- or download this
my $path = "tmp/$filename";
...
</HTML>
HTML
close $htmlOut;
- or download this
use strict;
use warnings;
...
$tmpl->param(title => "Sir Robin", phone => '555-123-45678');
print $tmpl->output();
- or download this
<HTML>
<head>
...
555-123-45678<br>
</head>
</HTML>