Help for this page

Select Code to Download


  1. or download this
    if no records match
       (content)
    ...
          (content)
       end
    end
    
  2. or download this
    [% RAWPERL %]
       local $Template::Plugin::DBI::ITERATOR =
    ...
    [% FOREACH item = DBI.query( 'SELECT rows FROM table' ) %]
       content
    [% END %]