![]() |
![]()
| ![]() |
![]()
NAMEPOE::Component::Client::Whois::TLDList - Determine the applicable Whois server for a given Top-level domain (TLD). VERSIONversion 1.38 SYNOPSISuse strict; use POE::Component::Client::Whois::TLDList; my $tldlist = POE::Component::Client::Whois::TLDList->new(); my $whois_server = $tldlist->tld('foobar.com'); $tldlist->dump_tlds(); DESCRIPTIONE::Component::Client::Whois::TLDList contains a list of top-level domains mapped to which Whois server has information for that domain. CONSTRUCTOR
METHODS
AUTHORChris Williams <chris@bingosnet.co.uk> COPYRIGHT AND LICENSEThis software is copyright (c) 2020 by Chris Williams. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|