in reply to Re: Help Dereferencing Net::Whois::IP
in thread Help Dereferencing Net::Whois::IP

You can avoid the temporary here:
my ($response,$array_of_responses) = whoisip_query($ip); while (my ($key, $value) = each %$response) { print "value of $key is $value\n"; }

Makeshifts last the longest.