whois(3pm) debian man page | unix.com

Man Page: whois

Operating Environment: debian

Section: 3pm

Whois(3pm)						User Contributed Perl Documentation						Whois(3pm)

NAME
Whois - Perl extension to make queries to the whois servers
SYNOPSIS
use Whois; $whois = new Whois('Host' => 'whois.ripe.net'); die("Failed to create object") unless(ref($whois)); die($whois->GetError()) if($whois->GetError()); if($whois->Query("BAT-RIPE")) { printf("Query error: %s ", $whois->GetError()); exit; } my $result = $whois->GetResult(); if($result) { print "$result "; } else { printf("No results: %s ", $whois->GetError()); } $whois->Close();
DESCRIPTION
Stub documentation for Whois was created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited. Blah blah blah.
AUTHOR
Timur Bakeyev <timur@ripe.net>
SEE ALSO
perl(1). perl v5.10.1 2003-08-07 Whois(3pm)
Related Man Pages
cwhois(3) - debian
whois.conf(5) - x11r4
net::whois::parser(3pm) - debian
net::whois::ripe(3pm) - debian
net::whois::ripe::object(3pm) - debian
Similar Topics in the Unix Linux Community
whois lookup from script intermittently not working
whois scripting
WHOIS lookup from WhosOnline page
Playing with whois &amp; dig - getting all the a records (globally)
Linux centos, can't connect whois.tucows.com