Adding to what Tom said, if you are behind an annoying authenticating
proxy like Squid, you will find that something like this works:

$mech->proxy(['http', 'ftp'], 'http://proxy_user:[EMAIL PROTECTED]:6666/');

Have fun.
Adriano.

On 6/2/06, Shalaka <[EMAIL PROTECTED]> wrote:
I've used the WWW::Mechanize module to access web
pages. ( On windows, using ActivePerl )
But i am able to do that only for links that don't
require me to via proxy.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to