- or download this
#!perl
use Template::Plugin::DBI;
...
my $template = Template->new;
$template->process(\$tt)
or die $template->error();
- or download this
file error - parse error - input text line 12-25: unexpected token (%'
+)
- or download this
[% TAGS [- -] %]
[- USE DBI('dbi:mysql:logs','','') -]
[- FOREACH item = DBI.query('$query') -]
[- item.user -]
[- END -]