- or download this
use strict;
use warnings;
...
our $color = 'blue';
print $template->fill_in;
- or download this
use strict;
use warnings;
...
);
print $template->output;
- or download this
use strict;
use warnings;
...
my $tt = Template->new;
$tt->process(\$data, $vars) || die $tt->error;