Help for this page

Select Code to Download


  1. or download this
    <input type="checkbox" name="check" value="$_">
    
  2. or download this
    my $cgi = new CGI;
    foreach($cgi->param('check')) {
        print "<tr><td>$a[$_]</td><td>$b[$_]</td>....</tr>\n";
    }