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