NAME
Net::Whois::IP - Perl extension for looking up the whois information for ip addresses
SYNOPSIS
use Net::Whois::IP qw(whoisip_query);
my $ip = "192.168.1.1";
#Response will be a reference to a hash containing all information
#provided by the whois registrar
my $response = whoisip_query($ip);
DESCRIPTION
Perl module to allow whois lookup of ip addresses. This module should recursively query the various whois providers until it gets the more detailed information including either OrgName or CustName
AUTHOR
Ben Schmitz -- bschmitz@orbitz.com
Thanks to Orbitz for allowing the community access to this work
Please email me any suggestions, complaints, etc.
SEE ALSO
perl(1). Net::Whois