![]() |
![]()
| ![]() |
![]()
NAMEPOE::Component::Client::Whois::IPBlks - Determine which whois server is responsible for a network address. VERSIONversion 1.38 SYNOPSISuse strict; use POE::Component::Client::Whois::IPBlks; my $ipblks = POE::Component::Client::Whois::IPBlks->new(); my $whois_server = $ipblks->get_server('192.168.1.12'); DESCRIPTIONPOE::Component::Client::Whois::IPBlks provides the ability to determine which whois server is responsible for a network address. It has a list of network ranges mapped to whois servers and uses Net::Netmask to determine the appropriate Whois server for the given address. CONSTRUCTOR
METHODS
SEE ALSONet::Netmask <http://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.xhtml> 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.
|