Help for this page

Select Code to Download


  1. or download this
      use Net::Patricia;
    
      my $pt = new Net::Patricia;
    ...
    my $dude = $pt->match_string('81.52.140.209');
    
    print "$dude\n";