NAME

Net::RIR_CC::RIR - RIR class

SYNOPSIS

# Typically returned by a Net::RIR_CC get_rir() call
$rir = $rc->get_rir('AU');

# Methods
print $rir->name;               # e.g. APNIC
print $rir->code;               # e.g. AP
print $rir->region;             # e.g. Asia-Pacific
print $rir->whois_server;       # e.g. whois.apnic.net

print $rir->dump;

DESCRIPTION

Net::RIR_CC::RR is a class modelling an RIR (Regional Internet Registry), one of:

Name        Code    Region
-------------------------------------------
AFRINIC     AF      Africa and Indian Ocean
APNIC       AP      Asia-Pacific
ARIN        AR      North America
LACNIC      LA      Latin America
RIPE        RI      Europe

SEE ALSO

Net::RIR_CC

AUTHOR

Gavin Carr, <gavin at openfusion.com.au>

LICENSE AND COPYRIGHT

Copyright 2013 Gavin Carr.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.