- or download this
#!/usr/bin/perl
...
$template->process($file, $data) || die $template->error;
- or download this
<html>
...
</body>
</html>
- or download this
# perl template.pl
Content-type: text/html
...
file error - parse error - tt/template.html line 12: unexpected token
+(thing)
[% foreach thing in env.keys.sort %]
- or download this
[% get env %]