http://qs321.pair.com?node_id=612301


in reply to Re^2: Using WWW::Mechanize
in thread Using WWW::Mechanize

If you're anything like me, it didn't work for me either. I added a last line:

else { print $mech->content }

... and got the following output:

LWP will support https URLs if the Crypt::SSLeay module is installed. More information at <http://www.linpro.no/lwp/libwww-perl/README.SSL>.

Try going there, reading that, and installing Crypt::SSLeay.



--chargrill
s**lil*; $*=join'',sort split q**; s;.*;grr; &&s+(.(.)).+$2$1+; $; = qq-$_-;s,.*,ahc,;$,.=chop for split q,,,reverse;print for($,,$;,$*,$/)

Replies are listed 'Best First'.
Re^4: Using WWW::Mechanize
by akho (Hermit) on Apr 28, 2007 at 12:35 UTC
    Yep. I should've used autocheck => 1 in WWW::Mechanize->new's parameters; that would've reported it.

    autocheck => 1 is a good idea anyway.