- or download this
@rows = (
{
...
Col5 => 'Toll road INC',
},
);
- or download this
my $params = { rows => \@rows };
my $template = Template->new;
$template->process('template.xml', $params, 'output.xml');
- or download this
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Import>
...
</record>
[% END %]
</Import>