Net/Whois/IANA version 0.01 =========================== This is a simple module to extract the descriptive whois information about various IPs as they are stored in the four regional whois registries of IANA - RIPE (Europe, Middle East, North Africa), APNIC (Asia/Pacific), ARIN (North America and Africa) and LACNIC (Latin American & Caribbean). It is designed to serve statistical harvesters of various access logs and likewise, therefore it only collects partial and [rarely] unprecise information. Various Net::Whois and IP:: modules have been created. This is just something I had to write because none of them s uited my purpose. It is conceptually based on Net::Whois::IP by Ben Schmitz . INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: IO::Socket Perl 5.006+ COPYRIGHT AND LICENCE Put the correct copyright and licence information here. Copyright (C) 2003 Roman M. Parparov This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.