1PWHOIS(1) User Contributed Perl Documentation PWHOIS(1)
2
3
4
6 pwhois - Get Whois information of domains and IP addresses.
7
9 version 2.99037
10
12 pwhois perl.com
13 pwhois gnu.org
14 pwhois -s police.co.il
15 pwhois -c there.is.no.tld.called.foobar
16 pwhois yahoo.com whois.networksolutions.com
17 pwhois -T 10 funet.fi
18
19 etc etc.....
20
22 Just invoke with a domain name, optionally with a whois server name.
23 Switches:
24 -s attempt to strip the copyright message or disclaimer.
25 -c attempts to return an empty answer for failed searches.
26 -e forces die if connection rate to server have been exceeded.
27 -T set timeout for connection attempts
28 -t enables caching.
29 -a specify an ip address that should be used as source address
30 -d enables debugging messages.
31 -F returns results of the first query of recursive whois requests
32 -L returns results of the last query of recursive whois requests
33 (the default)
34 -A returns results of the all queries of recursive whois requests
35
37 pwhois - Perl written whois client
38
40 Ariel Brosh schop@cpan.org Walery Studennikov despair@cpan.org
41
42 Current Maintainer: Alexander Nalobin nalobin@cpan.org
43
45 Net::Whois::Raw.
46
48 Alexander Nalobin <alexander@nalobin.ru>
49
51 This software is copyright (c) 2002-2022 by Alexander Nalobin.
52
53 This is free software; you can redistribute it and/or modify it under
54 the same terms as the Perl 5 programming language system itself.
55
56
57
58perl v5.38.0 2023-07-21 PWHOIS(1)