• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MANIFESTH A D08-Aug-1999143 65

Makefile.PLH A D25-Jul-1999316 145

READMEH A D22-Aug-19991.2 KiB2719

Whois.pmH A D05-Dec-199911.6 KiB428256

test.plH A D05-Dec-1999784 4224

README

1README for Net::Whois Version 1.002.
2#	$Id: README,v 1.3 1999/08/13 22:13:05 dhudes Exp $
3
4
5This is a Perl 5 module that retrieves and parses information from the
6'whois' databases. Currently, only domains .com, .edu, .net are supported.
7Forthcoming versions will support .mil, .gov, .arpa, and eventually other top-level domains. Additional classes to get POC/Handle, Host, and all the other
8things stored in the ARIN and 'InterNIC' whois databases and eventually
9the RIPE and others as well.
10
11If you are behind a firewall, you may not  be able to use this module.
12
13See the documentation in Whois.pm for instructions on how to use it.
14(perldoc Net::Whois also works, as does tkpod Net::Whois).
15
16Note that the Locale::Country module (part of the Locale-Codes
17distribution) is used to recognize spelled-out country names; if that
18module is not present, only two-letter country abbreviations will be
19recognized.
20
21This module was originally  written by Chip Salzenberg (chip@pobox.com)
22As of August, 1999, Dana Hudes (dhudes@hudes.org) and Chip Salzenberg
23are both maintaining.
24Changes between v0.23 and v1.02 are exclusively the work of Dana Hudes.
25
26Thanks to Chip for writing the original version of this module.
27