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

  • Comment on Re: What WHOIS module do I need to parallel the version on http://www.networksolutions.com/cgi-bin/whois/whois
  • Download Code