Help for this page
... sub handler { ... return Apache2::Const::OK; }
my $r = shift; ... $vars{'message'} .= '<br />'.Dumper(\%ENV); $template->process("hello.html", \%vars) || die $template->error();