in reply to Connection through a proxy

The simplest script is:

# in your shell: perl -MLWP::Simple -e "get 'http://www.example.com/'"

assuming, that you have set your environment variables up correctly, that is, HTTP_PROXY=http://www.proxy-example.com:8080/.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.