Re: Re[2]: Sockets and NNTP

2002-03-04 Thread Hernan Freschi
well... just because I wanted to do it myself :) (laziness?... i'm not a good programer then ;). never mind, i'm now using NNTPClient.pm, thanks anyway. "Daniel Gardner" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED].; > Monday, March 04, 2002, 12:28:44 AM, Hernan Freschi wrot

Re[2]: Sockets and NNTP

2002-03-04 Thread Daniel Gardner
Monday, March 04, 2002, 12:28:44 AM, Hernan Freschi wrote: > I already did, but I dont understand it,... it uses objects and I don't know > them. i just took a look, and it seems to send a \015\012 i was assuming when you said \r\f below it was a typo and you meant \r\n, if that's not the case

Re: Sockets and NNTP

2002-03-03 Thread Hernan Freschi
I already did, but I dont understand it,... it uses objects and I don't know them. "Daniel Gardner" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED].; > > Sunday, March 03, 2002, 1:11:39 AM, Hernan Freschi wrote: > > I wrote a little script to get the newsgroup list from a newss

Re: Sockets and NNTP

2002-03-03 Thread Daniel Gardner
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 () > 'till /^\./. > The problem is that, it works only with some servers. On others, it just > keeps

Sockets and NNTP

2002-03-03 Thread Hernan Freschi
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 () 'till /^\./. The problem is that, it works only with some servers. On others, it just keeps waiting for input (looks l