Help for this page

Select Code to Download


  1. or download this
    $tmpl->param(
      foos     => \@foo,
    ...
      num_bars => scalar @bar,
      ...
    );
    
  2. or download this
    use HTML::Template;
    
    ...
      <li><TMPL_VAR name>
    </TMPL_LOOP></ul>