Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks, I am trying to pass multiple values using an array to a select section in mech:firefox (same as that of www:mechanize), but it is not taking that. I am using the below code,
my @values = ("GB","IE","CH"); $mech->field( $name, \@values );
I don't know whether it is correct or not but i tried as same as that which i was using in www:mechanize . Can anybody help me monks? Thanks in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Select Multiple values with $mech->select( $name, \@values ) in mechanize:firefox
by Matt™ (Acolyte) on Nov 13, 2012 at 10:16 UTC | |
by Anonymous Monk on Nov 13, 2012 at 10:18 UTC | |
|
Re: Select Multiple values with $mech->select( $name, \@values ) in mechanize:firefox
by Anonymous Monk on Nov 13, 2012 at 10:03 UTC |