http://qs321.pair.com?node_id=11140048


in reply to Re: Need help with HTTP::Proxy
in thread Need help with HTTP::Proxy

Yep, that fixed it! I just added:
$proxy->host("111.222.333.444");
below the $proxy->port(8080) line (where 111.222.333.444 is my IP).
Thanks!