NAME
Interface to IPIP.net database
VERSION
version 0.0.1
SYNOPSIS
use IPIP;
$r=IPIP->new(
path_info => "17monipdb.datx",
);
unless($r)
{
print "init failed\n";
exit();
}
$r->find_ex("8.8.8.8");
DESCRIPTION
ipip.net database download:http://www.ipip.net/index.html#down
AUTHOR
jin xuhuan <00shcabin00@gmail.com >
COPYRIGHT AND LICENSE
This is free software
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 101:
'=item' outside of any '=over'
- Around line 105:
You forgot a '=back' before '=head1'