Help for this page

Select Code to Download


  1. or download this
    <input type=text name="dept" size=30>
    
  2. or download this
    
    <select name='dept>
    ...
    </TMPL_LOOP>
    </select>
    
  3. or download this
    
    my @loop_data;
    ...
    }
    $template->param(DEPT_LOOP => \@loop_data);