in reply to There's got to be a better way?
You should be using CGI.pm instead.
for this example here, you might want to store these values in another hash an array...(it's dumb but it works)
next if you want to check wether h04 is checked, you use $checked[4]for $i (1..6) { $checked[$i] = 'CHECKED' if $FORM{"h0$i"}; }
just an idea
Updated: did I say hash?
|
|---|