in reply to Problem with "www.mechanize"

1) no such perl thing as www.mechanie 2) this is faq, turn off autocheck ( read about it in documentation ), or wrap the call in eval { }

Replies are listed 'Best First'.
Re^2: Problem with "www.mechanize"
by Anonymous Monk on Mar 04, 2011 at 09:43 UTC
    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 ?
        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 ???