Help for this page

Select Code to Download


  1. or download this
    print Tr(
              start_form(-action => url()),
    ...
              end_form(),
            );
    
  2. or download this
    ...
    elsif (param("choice") eq "Delete") {
      print (param("hidden"));
    ...
    
  3. or download this
    $dataref = param("hidden");
    $date = $dataref->[0];