in reply to Re: Re: Reading from a socket
in thread Reading from a socket

Hmmm, well, I've had a similar problem, and I basically just used Squid to handle the HTTP side and then an ssh tunnel to get through the firewall. Most browsers support proxies natively. :-)

Also, LWP::Simple Perl module would probably do the job in for the HTTP requests, if you're absolutely stuck. Why reinvent the wheel? ;-)