Help for this page

Select Code to Download


  1. or download this
    my @rows = (); # H::T can create a looping structure out of
                   # an array of hashes
    ...
    
    # and then your H::T output
    print $template->output();
    
  2. or download this
    <table cellspacing="3" cellpadding="3" border="1">
    <tr>
    ...
      </tr>
    </tmpl_loop>
    </table>