in reply to Re^2: www::mechanize matchup.io form and clicking
in thread www::mechanize matchup.io form and clicking
fields => { 'user[email]' => $login, 'user[password]' => $pas +sword },
See perlop for details:
The => operator is a synonym for the comma except that it causes a word on its left to be interpreted as a string if it begins with a letter or underscore and is composed only of letters, digits and underscores.
|
|---|