GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
POE::Component::Client::Whois::IPBlks(3) User Contributed Perl Documentation POE::Component::Client::Whois::IPBlks(3)

POE::Component::Client::Whois::IPBlks - Determine which whois server is responsible for a network address.

version 1.38

  use 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');

POE::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.

"new"
Returns a POE::Component::Client::Whois::IPBlks object.

"get_server"
Takes a single argument, an IP address to lookup the Whois for. Returns the applicable whois server or undef on failure.

Net::Netmask

<http://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.xhtml>

Chris Williams <chris@bingosnet.co.uk>

This 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.

2020-07-15 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.