Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        <ul><TMPL_LOOP name="items">
           <li><TMPL_VAR name="item"></li></TMPL_LOOP>
        </ul></TMPL_IF>
    
  2. or download this
        
        <ul>
           <li>first</li>
    ...
           <li>third</li>
           <li>fourth</li>
        </ul>