- or download this
#template2.pl
c:\perl\bin\perl.exe
...
$template->param(PATH => 'yellow brick road');
print "Content-Type: text/html\n\n", $template->output
- or download this
#template2.tmpl
...
Path is set to <TMPL_VAR NAME=PATH>
</body>
</html>
- or download this
Contents of file are GLOB(0x152ab4c)
Path is set to yellow brick road