I am a lazy person and thus put my proxy authorization into the HTTP_PROXY environment variable, and let LWP::UserAgent do the rest:
$ENV{HTTP_PROXY} = 'http://corion:secret@my.proxy.example:8080';
But you don't say why you commented out the $ua->proxy parts in your script - why don't you use the methods that LWP::UserAgent provides?
In reply to Re: Proxy Authentication
by Corion
in thread Proxy Authentication
by rmb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |