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