Help for this page

Select Code to Download


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