in reply to Re: WWW::Mechanize - Check if link can be followed
in thread WWW::Mechanize - Check if link can be followed

Thanks. I didn't know that. $website=WWW::Mechanize->new(autocheck=>0); did the job.
  • Comment on Re^2: WWW::Mechanize - Check if link can be followed

Replies are listed 'Best First'.
Re^3: WWW::Mechanize - Check if link can be followed
by Corion (Patriarch) on Jun 25, 2013 at 07:53 UTC

    You might want to add error checking to your code now, because now WWW::Mechanize will not automatically stop the program when it encounters an error.