in reply to How to take values from check box in CGI form?
What's wrong with this?
for (@mailid) { print qq{<tr><td><input type="checkbox" name="address" value="$_" +/> $_</td></tr>\n}; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to take values from check box in CGI form? [OT]
by Tanktalus (Canon) on Jun 16, 2005 at 14:20 UTC |