RIPE(1) User Contributed Perl Documentation RIPE(1)
NAME
Net::Whois::RIPE - implementation of RIPE Whois.
SYNOPSIS
use Net::Whois::RIPE;
$whois = Net::Whois::RIPE->new($host);
$whois = Net::Whois::RIPE->new($host,Timeout=>10);
$whois = Net::Whois::RIPE->new($host,Timeout=>10,Port=>43);
$whois->no_recursive;
$whois->source('APNIC');
$whois->type('inetnum');
foreach $i
more»
2006-03-13 21:42 pgampe
* MANIFEST, Makefile.PL, lib/Net/Whois/RIPE.pm,
lib/Net/Whois/RIPE/Object.pm, t/02_net_whois_ripe.t: add caching,
retry and fixes from Marco
2005-05-11 06:14 shagol
* test.cfg, t/02_net_whois_ripe.t: added comments
2005-05-11 06:10 shagol
* README, lib/Net/Whois/RIPE.pod, lib/Net/Whois/RIPE/Iterator.pod,
lib/Net/Whois/RIPE/Object.pod: removed all tabs fr
more»