http://qs321.pair.com?node_id=249728


in reply to NSI-style WHOIS Module?

I have had the most consistent results from Net::Whois::Raw

Best of all, it's trivial to use.

#!/usr/bin/perl use Net::Whois::Raw; my $s= whois('beesley.org'); print "result $s\n";

update...corrected typo. Thanks VSarkiss