but I want it to write something like "no data" so that everything lines up.
if (/^c_/) { $check{$_} = "CHECKED" print OUT "$in{$_}\t"; } else { print OUT "no data\t"; # or just "\t" }
why is $check{$_} being set to "CHECKED" everytime?
The checkbox will only be present in the list of params if it is checked.
In reply to Re: checkbox help
by ikegami
in thread checkbox help
by djbryson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |