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.