http://www.perlmonks.org?node_id=1003579

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.