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 to get all the Newsgroup using either the list, active, or 
newsgroup functions. I get the following error.

Can't call method "list" on an undefined value at ./getnntp.pl line 13.


Any suggestions?

Help!
GeneMat

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to