Help for this page
my $tmpl = ""; my $item = "CONTINUE"; ... $tmpl = "denied.tmpl"; } my $template = HTML::Template->new( filename => $tmpl );
# template.tmpl <TMPL_VAR NAME="function_xyz"> ... return "template value needed"; }