Help for this page

Select Code to Download


  1. or download this
    $q = new CGI;
    $template = HTML::Template->new(filename => "$displaypage",
    ...
      send_header();
      print $template->output;
    
  2. or download this
      sub downloadfiles {
       @files = $q->param("field");
        ...
      }