Help for this page

Select Code to Download


  1. or download this
    my @rows;
    my @this_row;
    ...
            @this_row = ();
        }
    }
    
  2. or download this
    [% FOR row IN table %]
    <tr>
    ...
        [% END %]
    </tr>
    [% END %]