- or download this
#!/usr/bin/perl
...
my $t = HTML::Template->new(filename => 'ticker.html');
$t->param($param);
print $t->output;
- or download this
<html>
<head>
...
</body>
</html>
- or download this
---------- Capture Output ----------
> "C:\Perl\bin\perl.exe" _new.pl
...
</html>
> Terminated with exit code 0.