in reply to Proxy for HTTP::Proxy

perldoc HTTP::Proxy

and a LWP::UserAgent to ask for the requested pages.

IMPORTANT: If you use your own LWP::UserAgent, you must install it before your calls to push_filter

Accessors and mutators

agent

The LWP::UserAgent object used internally to connect to remote sites.

perldoc LWP::UserAgent

$ua->env_proxy;

 $ua->proxy(['http', 'ftp'], 'http://username:password@proxy.localhost:8001/');

lwpcook#PROXIES