in reply to Access the Internet though a Proxy with Perl
LWP::UserAgent documentation includes a description of how to configure proxy support.
$ua->proxy(['http', 'ftp'], 'http://proxy.sn.no:8001/'); $ua->proxy('gopher', 'http://proxy.sn.no:8001/');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Access the Internet though a Proxy with Perl
by 2mths (Beadle) on Feb 13, 2003 at 20:51 UTC |