Help for this page
<HTML> <HEAD> ... @Text </body> </html>
my $template = HTML::Template->new(filename => 'my.tmpl'); print $template->output; exit;