in reply to Re: www::mechanize matchup.io form and clicking
in thread www::mechanize matchup.io form and clicking
I imagined people in this group who know www::mechanize would see the issue help me understand how to pass this to the from as the obvious way to me does not workuser[email]= (email) user[password]= (password)
As I said I'm only just learning www::mechanize and whilst searching for help I saw people write that members of this site know www;:mechznize..
syntax error at ./mechaM.pl line 20, near "user[" Execution of ./mechaM.pl aborted due to compilation errors.$agent->submit_form( form_number => 1, fields => { user[email] => $login, user[password] => $passwor +d }, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: www::mechanize matchup.io form and clicking
by choroba (Cardinal) on Apr 19, 2015 at 11:21 UTC | |
|
Re^3: www::mechanize matchup.io form and clicking
by Anonymous Monk on Apr 20, 2015 at 11:23 UTC |