in reply to How do I check if checkbox in the form was checked or not?
In order to get the above code to work now days. The following addition to the use statement will be required:
use strict; use CGI qw/standard/; [download]