The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Whois::Raw - Perl extension for unparsed raw whois information

SYNOPSIS

  use Net::Whois::Raw;
  
  $s = whois('perl.com');
  $s = whois('funet.fi');
  $s = whois('yahoo.co.uk');

DESCRIPTION

Net::Whois::Raw queries NetworkSolutions and follows the Registrar: answer for ORG, EDU, COM and NET domains. For other TLDs it uses the whois-servers.net namespace. ($TLD.whois-servers.net).

AUTHOR

Ariel Brosh, schop@cpan.org, Inspired by jwhois.pl available on the net.

SEE ALSO

perl(1), Net::Whois.