Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Script part that works with text data:<input name="color" type="radio" value="red"> <input name="color" type="radio" value="green"> <input name="color" type="radio" value="blue">
foreach $field (param) { foreach $value (param($field)) { if ($value eq "") { #blank values ..give user a message here etc.. } } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Validating form data
by dda (Friar) on Sep 23, 2003 at 11:18 UTC | |
by Anonymous Monk on Sep 23, 2003 at 15:26 UTC | |
|
Re: Validating form data
by Theo (Priest) on Sep 23, 2003 at 23:42 UTC |