in reply to Help Dereferencing Net::Whois::IP
my ($response,$array_of_responses) = whoisip_query($ip); my %hresponse = %{$response}; while (my ($key, $value) = each %hresponse) { print "value of $key is $value\n"; }
Does that help?
C.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help Dereferencing Net::Whois::IP
by Aristotle (Chancellor) on Jun 20, 2003 at 20:30 UTC |