Hello everyone, I have a little problem.

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.

Hernan Freschi



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

Reply via email to