in reply to using proxy servers with lwp::simple or useragent

I got it to change with a simple
$ua->proxy('http', "http://$ip:$port");
as demonstrated in Verify web proxy servers at www.publicproxyservers.com.

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