Help for this page

Select Code to Download


  1. or download this
    use HTML::Template;
    my $template = HTML::Template->new(filename => "test.tmpl");
    
    ...
    }
    $template->param(loop => \@loop);
    print $template->output();
    
  2. or download this
    <table>
      <tr>
      <tmpl_loop loop>
    ...
      </tmpl_loop>
      </tr>
    </table>