- or download this
<document>
<position>
...
</departments>
</position>
</document>
- or download this
#!/perl
use strict;
...
$template->param(DEPT => \@deptartment);
print $template->output;
- or download this
$VAR1=[
{department => {
...
'Human Resources' => {}
}
]