> Is there an elegant way to get LWP::Simple to use a proxy? How can I
> access the user agent $ua in the head method. 

If you are only using the get(), getprint() and/or getstore() calls and
your
URLs all start with http:/, you could probably use SimpleGet.pl instead
of LWP. SimpleGet.pl is a 1-file stand-alone replacement for the
LWP::Simple get() routines on http URLs. It handles proxies if your
$ENV{"http_proxy"} is set properly. For more info, read:

  http://www.mrob.com/SimpleGet.txt

- Robert Munafo

Reply via email to