in reply to Trouble testing if on-the-fly generated checkboxes are checked
Single quotes do not interpolate
# if ($form_data{'box$i$j'} == "definitely not on") if ($form_data{"box$i$j"} eq "on") [download]