for (my $i = 0; $i < 3; $i++) { # array has 3 elements foreach my $key (keys @{$AoH[$i]}) { # DO STH } }