Gene Mat wrote at Mon, 07 Jul 2003 23:18:38 +:
> I am trying to call the list function using NET::NNTP.
>
> use Net::NNTP;
use strict;
use warnings;
would have told you where and why the error is.
> $nntp = Net::NNTP->new("nntp.perl.org",Debug,10);
> ($narticles,$first,$last,$GROUP)=$nntp-
I am trying to call the list function using NET::NNTP.
use Net::NNTP;
$nntp = Net::NNTP->new("nntp.perl.org",Debug,10);
($narticles,$first,$last,$GROUP)=$nntp->group("perl.beginners");
$nnpt->list;
$nntp->quit;
All the other NNTP functions work fine group, date, xover, etc. However,
when I want