Help for this page

Select Code to Download


  1. or download this
    <select>
    <tmpl_loop loop_one>
    ...
           </tmpl_if>
    </tmpl_loop>
    </select>
    
  2. or download this
    
    my (@loop_two,@loop_one);
    ...
    
    where $html is HTML::Template object.