in reply to using proxy servers with lwp::simple or useragent
If your proxies don't require authentication, this should work
All you'd have to do is prepare your list in the array and loop over it while doing all the fun stuff inside.$ENV{HTTP_proxy}="http://proxy.company.com:80";
Hope this helps.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using proxy servers with lwp::simple or useragent
by Anonymous Monk on Mar 22, 2006 at 04:50 UTC | |
by Anonymous Monk on Mar 22, 2006 at 05:05 UTC | |
by merlyn (Sage) on Mar 22, 2006 at 05:14 UTC |