Help for this page

Select Code to Download


  1. or download this
    <!-- TMPL_LOOP NAME=loop1 -->
    # means you must have a hash key 'loop1' with an array ref as its valu
    +e
    ...
                              ...
                            ]
                 );
    
  2. or download this
    %loop_data = ( rows => [ { cols => [ { data => 'data'} ] },
                             { cols => [ { data => 'otherdata'} ] },
                             ...
                           ]
                 );
    
  3. or download this
    
    
    ...
    </table>
    </body>
    </html>