http://qs1969.pair.com?node_id=418029


in reply to WWW::Mechanize POST Method

If the page has a button, you can use the $mech->click() method. If you need to POST, you can submit the form using $mech->submit_form( ... ) method.