in reply to wait till the page is loaded www::mechanize

Hi try this,

use strict; use WWW::Mechanize; my $mech = WWW::Mechanize->new( autocheck => 1 ); $mech->get( 'https://adwords.google.com/select/TrafficEstimatorSandbox +' ); $mech->success() || die"$mech->status()"; print $mech->content;

Replies are listed 'Best First'.
Re^2: wait till the page is loaded www::mechanize
by Anonymous Monk on Jul 20, 2005 at 04:16 UTC

    Hi gube,

    I am getting error message

    Error GETing https://adwords.google.com/select/TrafficEstimatorSandbox +%0A+: Protocol scheme 'https' is not supported (Crypt::SSLeay not ins +talled) at page.pl line 7