Help for this page

Select Code to Download


  1. or download this
     <form method="post" action="index.cgi">
     <td><input type="checkbox" name="field" <TMPL_VAR NAME="check"> value
    +="<TMPL_VAR NAME = "fn">"></td>
     </form>
    
  2. or download this
    sub download {
        my @anything  =  $q->param();
    ...
        print "anything_num = $anything_num";
        print "anyfetch_num = $anyfetch_num";
    }