Help for this page
param(varname => "value");
$template = HTML::Template->new(filename => "file.tmpl"); ... $template->param($varname => "value");