- or download this
# This is free hand, please ignore typos:
my $templateContents = { hosts =>
...
},
...
}
- or download this
use strict ;
use warnings ;
...
my $template = Template->new();
$template->process($file, $vars)
|| die "Template process failed: ", $template->error(), "\n" ;
- or download this
<?xml version="1.0" encoding="ISO-8859-1"?>
<workbook>
...
[% END %]
</worksheet>
</workbook>
- or download this
<workbook>
<worksheet name=""><format color="black">
...
</worksheet>
</workbook>