Help for this page
#!/usr/bin/perl use strict; ... my $tmpl = HTML::Template::Pro -> new(filename => 'test.tmpl'); print "Content-Type: text/html\n\n"; $tmpl -> output();
<!doctype html> <html> ... <p>blah blah</p> </body> </html>