Help for this page
<form action="/cgi-bin/listproducts_test.pl" method = "GET"> <input type = "checkbox" name="list" value = 'book'>Book<br> <input type = "checkbox" ...will have extra checkboxes here<br> <input type = "submit" value = "list"> </form>
#Create an instance of the CGI object $cgiobject = new CGI; ... $sth->finish; $dbh->disconnect;