BGPmon-CPM-Prefix-Finder-1
view release on metacpan or search on metacpan
lib/BGPmon/CPM/Prefix/Finder.pm view on Meta::CPAN
$ipExpanded{'msg'} = "$p is not elligible for expansion";
}
$return_set{$p} = \%ipExpanded;
}
return %return_set;
}
=head2 expandIP
This subroutine looks into the whois databases and
Input: ip address
Output: a hash with as many of the following keys as possible
"netname","inetnum","descr","country","orgid","source","netname",
"orgname","orghandle"
=cut
sub expandIP{
my $ip = shift;
my %org_info;
( run in 0.353 second using v1.01-cache-2.11-cpan-607d282f910 )