Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit f3a7b75

Browse files
committed
fix(writedb.pl): apparently I don't know how to comment in perl
Sad story. Really. Hehe.
1 parent dbbd4cc commit f3a7b75

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

writedb.pl

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
#!/usr/bin/env perl
22

3-
/*
4-
* This script takes in input a list formatted like
5-
*
6-
* <network> <netmask> <asn> <asn_name>
7-
*
8-
* and writes it into `output.mmdb`. We bind to each
9-
* `<network>/<netmask>` node a dictionary pointing to
10-
* the ASN and the ORG name using the same naming
11-
* convention used by MaxMind-provided DBs.
12-
*/
3+
# This script takes in input a list formatted like
4+
#
5+
# <network> <netmask> <asn> <asn_name>
6+
#
7+
# and writes it into output.mmdb. We bind to each
8+
# <network>/<netmask> node a dictionary pointing to
9+
# the ASN and the ORG name using the same naming
10+
# convention used by MaxMind-provided DBs.
1311

1412
use strict;
1513
use warnings "FATAL";

0 commit comments

Comments
 (0)