Posted on 2005-11-11 13:57:22-08 by abeltje in response to 1296
Re: POST in IE::Mechanize, can it be done?
If the form specifies METHOD=POST, the submit_form() method will send a post request. Something like this:
$ie->get( 'http://www.website.com/inventory' ); $ie->submit_form( form_number => 1, fields => { car => 'honda', model => 'accord', color => 'blue' }, );
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.