in reply to Re: Problem with "www.mechanize"
in thread Problem with "www.mechanize"

I am using "$cfg{mech_session}->click()" to click one button using www.mechanize . but the page has error because of this my perl script is aborting. But i dont want the perl script to abort. I want that to proceed. How to make the script to proceed instead of aborting ?

Replies are listed 'Best First'.
Re^3: Problem with "www.mechanize"
by marto (Cardinal) on Mar 04, 2011 at 09:46 UTC
      I am sorry for Typo mistake i am using WWW::Mechanize. I am sending some set of commands which are working fine. but at one point when i use this click to submit one button script aborts. Please tell me how to handle this ???
Re^3: Problem with "www.mechanize"
by Anonymous Monk on Mar 04, 2011 at 12:06 UTC