in reply to Net::NNTP ping?
For example:
use Net::NNTP; use Socket; my $nntp = Net::NNTP->new('news-server'); my $hostaddr = $nntp->connected; print inet_ntoa((sockaddr_in($hostaddr))[1]), "\n" if defined $hostadd +r;
perl -le "print+unpack'N',pack'B32','00000000000000000000001010100100'"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Net::NNTP ping?
by akis (Novice) on Dec 30, 2003 at 10:17 UTC | |
by rob_au (Abbot) on Dec 30, 2003 at 10:30 UTC |