my @loop_data; for my $dept (@dept) { push(@loop_data, {DEPT => $dept}); } $template->param(DEPT_LOOP => \@loop_data);