my @loop_data; foreach my $dept (@dept) { push(@loop_data, {DEPT => $dept}); }