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