my @department = @{ $xml->{position}->{departments} }; $template->param(DEPT => \@department); print $template->output();