Look for something before Look

####

This is the second template

##
## #!/usr/bin/perl use HTML::Template; $template = HTML::Template->new(filename => 'test.tmpl', path => '/path/to/template'); $template->param(FOO => 'foobar'); print "Content-Type: text/html\n\n", $template->output;