Net::Whois::Raw

Net::Whois::Raw is a Perl module that can get whois information for domains.
Download

Net::Whois::Raw Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ariel Brosh
  • Publisher web site:
  • http://search.cpan.org/~despair/Net-Whois-Raw-1.52/lib/Net/Whois/Raw.pm

Net::Whois::Raw Tags


Net::Whois::Raw Description

Net::Whois::Raw is a Perl module that can get whois information for domains. Net::Whois::Raw is a Perl module that can get whois information for domains.SYNOPSIS use Net::Whois::Raw; $dominfo = whois('perl.com'); $dominfo = whois('funet.fi'); $reginfo = whois('REGRU-REG-RIPN', 'whois.ripn.net'); $arrayref = get_whois('yahoo.co.uk', undef, 'QRY_ALL'); $text = get_whois('yahoo.co.uk', undef, 'QRY_LAST'); ($text, $srv) = get_whois('yahoo.co.uk', undef, 'QRY_FIRST'); $Net::Whois::Raw::OMIT_MSG = 1; # This will attempt to strip several known copyright # messages and disclaimers sorted by servers. # Default is to give the whole response. $Net::Whois::Raw::OMIT_MSG = 2; # This will try some additional stripping rules # if none are known for the spcific server. $Net::Whois::Raw::CHECK_FAIL = 1; # This will return undef if the response matches # one of the known patterns for a failed search, # sorted by servers. # Default is to give the textual response. $Net::Whois::Raw::CHECK_FAIL = 2; # This will match against several more rules # if none are known for the specific server. $Net::Whois::Raw::CHECK_EXCEED = 1; # When this option is set, "die" will be called # if connection rate to specific whois server have been # exceeded $Net::Whois::Raw::CACHE_DIR = "/var/spool/pwhois/"; # Whois information will be # cached in this directory. Default is no cache. $Net::Whois::Raw::CACHE_TIME = 60; # Cache files will be cleared after not accessed # for a specific number of minutes. Documents will not be # cleared if they keep get requested for, independent # of disk space. Default is not to clear the cache. $Net::Whois::Raw::USE_CNAMES = 1; # Use whois-servers.net to get the whois server # name when possible. Default is to use the # hardcoded defaults. $Net::Whois::Raw::TIMEOUT = 10; # Cancel the request if connection is not made within # a specific number of seconds. @Net::Whois::Raw::SRC_IPS = (11.22.33.44); # List of local IP addresses to # use for WHOIS queries. Addresses will be used used # successively in the successive queries Requirements: · Perl


Net::Whois::Raw Related Software