Help for this page
s/\[([^]]+)\]/<TMPL_VAR NAME=$1>/g;
my $t=HTML::Template->new(filename=>'file.html'); $t->param(var=>'AgentM\'s Print-o-Matic'); $CGIquery->print $t->output;