Help for this page

Select Code to Download


  1. or download this
    <table>
    <tmpl_loop name=TABLE>
    ...
            </tr>
    </tmpl_loop>
    </table>
    
  2. or download this
    use HTML::Template;
    
    ...
    $t->param(TABLE => $table);
    
    print $t->output;