in reply to Re^2: multiple selections in the same field using Mechanize
in thread multiple selections in the same field using Mechanize

.. and this is the offending line 115 in Input.pm:

%vals = map { ( $_ => undef ) } @values;

But I'm such a newbie to Perl, I can't parse what's in the brackets?
  • Comment on Re^3: multiple selections in the same field using Mechanize

Replies are listed 'Best First'.
Re^4: multiple selections in the same field using Mechanize
by triskele (Initiate) on Dec 09, 2011 at 17:55 UTC
    NM. It DOES work!