Query: whois
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Whois(3pm) User Contributed Perl Documentation Whois(3pm)NAMEWhois - Perl extension to make queries to the whois serversSYNOPSISuse 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();DESCRIPTIONStub 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.AUTHORTimur Bakeyev <timur@ripe.net>SEE ALSOperl(1). perl v5.10.1 2003-08-07 Whois(3pm)
Related Man Pages |
---|
whois(1) - opensolaris |
whois(1) - sunos |
whois.conf(5) - xfree86 |
net::ripewhois::in(3pm) - debian |
reg::asused(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Traceroute and Whois mystery |
whois lookup from script intermittently not working |
whois scripting |
How can I do whois -r with a input file? |
Whois or nslookup.. for domain availability? |