in reply to Re^3: using proxy servers with lwp::simple or useragent
in thread using proxy servers with lwp::simple or useragent

LWP::Simple grabs the env proxy setting only the first time it is used. After that, you've got to reach in to the $ua to change things. See my other code.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.