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