in reply to Re^2: WWW::Mechanize and submit button question
in thread WWW::Mechanize and submit button question

Hi Sean,

Sorry that didnt work.
Try using the following to submit the form rather than the method I suggested:
$mech->submit();
From the docs: "Submits the page, without specifying a button to click. Actually, no button is clicked at all."
I think that using your code you posted and the $mech->submit(); rather than the $mech->click(); method may help.

Thanks.

Martin