rkg has asked for the wisdom of the Perl Monks concerning the following question:
I was trying to use code like this without success...snip... <input type="checkbox" value="5100" name="buscodes" >5100 Industrial M +anufacturers<br> <input type="checkbox" value="5200" name="buscodes" >5200 Industrial W + & D<br> <input type="checkbox" value="5210" name="buscodes" >5210 Internet Dis +tributors<br> <input type="checkbox" value="5300" name="buscodes" >5300 Business Equ +ipment M & D<br> ...snip...
Thanks --foreach my $val (qw(2800 2820 2830 2840 2850)) { $m->field('buscodes', $val); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: WWW::Mechanize and checkboxes
by jeffa (Bishop) on Apr 23, 2003 at 23:43 UTC |