Hi,
I used following simple program in documentation, and it is not working.
I do not find reason it not to work. Hopefully its a bug.
#!/usr/bin/perl
use strict;
use warnings;
use LWP::Simple;
use LWP::UserAgent;
use WWW::Mechanize;
my $mech => WWW::Mechanize->new( autocheck => 1 );
print "value of mech is: $mech \n";
$mech->get( "http://search.cpan.org");
print $mech->content;
--
Sadashiv M Kulthe
Advisory System Analyst
Internet Security Systems R & D Project
IBM India Private Ltd.