Help for this page

Select Code to Download


  1. or download this
    <document>
    'employee' =>{
    ...
            'Finance' ]
    }
    </document>
    
  2. or download this
    #!/perl
    #use strict;
    ...
    
    $template->param(DEPT => @deptartment);
    print $template->output;
    
  3. or download this
    <+font size="4">Department: </+font>
        <+ul><+li><select name="dept">
    ...
        </TMPL_LOOP>
        </select></+li>
        </+ul>