Help for this page

Select Code to Download


  1. or download this
      my $output =  "Content-type: text/html\n\n";
      
    ...
      $output .= $template->process($file, $vars) || die "Template process
    + failed: ", $template->error(), "\n";
    
      print $output;
    
  2. or download this
    C:\Apache2\htdocs\gelna>perl index.cgi
    <HTML>
    ...
    Content-type: text/html
    
    1