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.
Comment on
Re: WWW::Mechanize POST Method
Select
or
Download
Code
In Section
Seekers of Perl Wisdom