Help for this page
This is in my template and we'll put <TMPL_VAR NAME=TEXT> here.
my $t = HTML::Template->new(filename => 'blah.tmpl'); $t->param(TEXT => 'some text'); print $t->output;