Re: Help with IO::Socket::INET

2002-08-14 Thread Tim Musson
Hey zentara, My MUA believes you used to write the following on Wednesday, August 14, 2002 at 8:20:39 AM. z> It works for me if I comment out the "print $remote" and z> uncomment the while ( <$remote> ) { print; } Grrr, I just tried a different http server, and it works just fine...

Re: Help with IO::Socket::INET

2002-08-14 Thread zentara
On Tue, 13 Aug 2002 22:08:47 -0400, [EMAIL PROTECTED] (Tim Musson) wrote: >### The next line is where I think I am having problems... >### If I uncomment, I seem to recall it displaying the html code from >### above (HTTP/1.0 200 OK, etc...). But what happens is it just hangs. > ># while ( <$rem

Re: Help with IO::Socket::INET

2002-08-13 Thread Felix Geerinckx
on Wed, 14 Aug 2002 02:32:30 GMT, [EMAIL PROTECTED] (Tim Musson) wrote: > Ok, can you point me to an example? I have never used that module > before, and it has been probably 4 years since I have done something > like this. From a browser what would happen is > 1. hit the router/switch > 2. res

Re: Help with IO::Socket::INET

2002-08-13 Thread Tim Musson
Hey George, Ok, can you point me to an example? I have never used that module before, and it has been probably 4 years since I have done something like this. From a browser what would happen is 1. hit the router/switch 2. respond to the userid/pw challenge 3. go to a new page I would

Re: Help with IO::Socket::INET

2002-08-13 Thread George Schlossnagle
Why not use LWP::UserAgent? On Tuesday, August 13, 2002, at 10:08 PM, Tim Musson wrote: > Hey perlers, > > I have this bit of cgi code that is not working any more (I am sure it > did at one time, but I must have modified it wrong) and I need to > resurrect it. > > What I am trying to accomplis

Help with IO::Socket::INET

2002-08-13 Thread Tim Musson
Hey perlers, I have this bit of cgi code that is not working any more (I am sure it did at one time, but I must have modified it wrong) and I need to resurrect it. What I am trying to accomplish is to check the Wan address of a NetGear broadband router. The method I am trying to use is to telne