in reply to Re^2: Login in to forum with Mechanize
in thread Login in to forum with Mechanize
$mech->get($url); $mech->submit_form( form_name => 'signin_form', fields => { 'Username' => $user, 'Password' => $pass} );
If that button is the one needed to submit the user and login and if submit_form doesn't work..$mech->click_button( value=> "Login");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Login in to forum with Mechanize
by KarlaCluft (Initiate) on Jul 02, 2013 at 22:17 UTC | |
|
Re^4: Login in to forum with Mechanize
by KarlaCluft (Initiate) on Jul 02, 2013 at 22:20 UTC | |
by PerlSufi (Friar) on Jul 03, 2013 at 01:08 UTC |