in reply to Re: Filling a textbox with an array in WWW::Mechanize
in thread Filling a textbox with an array in WWW::Mechanize

Thanks for the quick reply. I forgot to mention that when I am passing the array on the submit call the first element (0) in that array will be used for another field. How would I fill in the argument from ARGV4 element 1 ... end of ARGV4. Thanks.
  • Comment on Re^2: Filling a textbox with an array in WWW::Mechanize

Replies are listed 'Best First'.
Re^3: Filling a textbox with an array in WWW::Mechanize
by Anonymous Monk on Jul 31, 2008 at 06:17 UTC
    C:\>perl -le" print $i++,qq-\t$_ - for @ARGV" a b c d e f g 1 2 3 3 3 +3 3 3 0 a 1 b 2 c 3 d 4 e 5 f 6 g 7 1 8 2 9 3 10 3 11 3 12 3 13 3 14 3