Help for this page
my $ip = new NetAddr::IP($address_given); my %nets; ... foreach my $k (keys %nets){ if ($ip->within($nets{$k})) {