The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Interface to IPIP.net database

VERSION

version 0.0.2

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