- or download this
#!/usr/bin/perl
...
my $output = $t->output;
say $output;
- or download this
<html>
<head>
...
<p><TMPL_VAR message></p>
</body>
</html>
- or download this
<html>
<head>
...
<p>Hello World</p>
</body>
</html>
- or download this
#!/usr/bin/perl
...
my $output = $t->output;
say $output;
- or download this
<html>
<head>
...
</ul>
</body>
</html>
- or download this
<html>
<head>
...
</ul>
</body>
</html>