Help for this page

Select Code to Download


  1. or download this
    <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>
    
  2. or download this
    #Create an instance of the CGI object
    $cgiobject = new CGI;
    ...
    
        $sth->finish;
        $dbh->disconnect;