- or download this
my $tt = Template->new({
VARIABLES => {
...
};
$tt->process('myfile', $vars);
- or download this
my $tt = Template->new({
CONSTANTS => {
...
joint => ', ',
},
});
- or download this
my $tt = Template->new({
CONSTANTS => { current_constants() },
});