in reply to Use proxy in perl script

You are using:

my $agent = LWP::UserAgent->new(env_proxy => 1,keep_alive => 1, timeou +t => 10);

How could the documentation of LWP::UserAgent be made more clear so the meaning of env_proxy does not confuse you?