Sunday, March 03, 2002, 1:11:39 AM, Hernan Freschi wrote: > I wrote a little script to get the newsgroup list from a newsserver. It > opens a socket, connects to it, writes "LIST\n" and does while (<SOCKET>) > 'till /^\./. > The problem is that, it works only with some servers. On others, it just > keeps waiting for input (looks like). For example, it works on > nntp.perl.org, but not on news.microsoft.com. > I tried \r\f instead of \n but it doesn't work either. > News:NNTPClient is NOT an option (or any other module for the matter).
> Can anyone help me? Thank you. how about getting the module and looking at how they do it? -- Best Regards, Daniel [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
