Re: Net::NNTP
[email protected] ("Graham Barr") Thu, 10 Nov 2005 08:40:07 -0600 (CST)
| Newsgroups | perl.libnet |
|---|---|
| Message-ID | <[email protected]> |
On Wed, November 9, 2005 1:49 pm, Yale Wilson wrote: > > "Gene Mat" <[email protected]> wrote in message > news:[email protected]... > >I am trying to get a list of News Groups using Perl, however I get the > > following error, when I try either list(), newsgroups(), or the active > () > > $XOVER=$nntp->xover(19303); > > $LIST=$nnpt->list; typo? Should that be $nntp not $nnpt Adding use strict to you script would have caught this for you Graham.