Help for this page
#!/usr/bin/perl ... print $q->header( -charset=>'utf-8' ); my $tt = Template->new; $tt->process('simple.tmpl', \%data);
<!DOCTYPE html> <html> ... </script> </body> </html>