in reply to Connecting through a proxy server (without LWP)

Anonymous proxies are, well, anonymous. They transparently grab connections without programs being aware of it.

That said, look at IO::Socket::Socks and Net::HTTPTunnel.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated

  • Comment on Re: Connecting through a proxy server (without LWP)