- or download this
<html>
<head>
...
<TMPL_INCLUDE NAME='test2.tmpl'>
</body>
</html>
- or download this
<h2>This is the second template</h2>
- or download this
#!/usr/bin/perl
...
$template->param(FOO => 'foobar');
print "Content-Type: text/html\n\n", $template->output;