foreach my $hashref ( @array ) { print "$_\n" for keys %$hashref; }