foreach (@hashes) my %hash = %{$_}; foreach (keys %hash) { print "$_ => $hash{$_}\t"; } print "\n"; }