Net::Whois::RIPE A pure-perl programming interface to the RIPE Database Whois service. This is a complete rewrite of the old version of the module I inherited from Paul Gampe. It incorporates new concepts I've learned while I worked at the RIPE NCC between Nov 2007 and Jan 2010. I've strived to maintain backward compatibility while providing a modern perl implementation featuring all the currently available features of a RIPE Database client. For more information about the RIPE Database, please refer to the RIPE NCC website at http://www.ripe.net/whois INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Net::Whois::RIPE You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=net-whois-ripe AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/net-whois-ripe CPAN Ratings http://cpanratings.perl.org/d/net-whois-ripe Search CPAN http://search.cpan.org/dist/net-whois-ripe COPYRIGHT AND LICENCE Copyright (C) 2010 Luis Motta Campos This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.