in reply to checkbox help
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: checkbox help
by djbryson (Beadle) on Mar 05, 2007 at 18:18 UTC | |
by ikegami (Patriarch) on Mar 05, 2007 at 18:30 UTC |