Help for this page

Select Code to Download


  1. or download this
    my @table_a = table1->search_all();
    my @table_b = table2->seatch_all();
    
  2. or download this
    
    [% FOREACH item IN table_a %]
    ...
    <p>[% item.name %]</p>
      [% END %]
    [% END %]