Help for this page
my $config = { INCLUDE_PATH => '/tt', ... EVAL_PERL => 1, }; my $tt = Template->new($config);
sub main_page { ... || die $tt->error(); return $output; }