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

I'm still receiving no output whatsoever on the cmd prompt when I launch it.

Replies are listed 'Best First'.
Re^3: Using WWW::Mechanize
by chargrill (Parson) on Apr 27, 2007 at 00:48 UTC

    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($,,$;,$*,$/)
      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.