foreach my $hash_ref (@mass_info) { foreach (keys %{$hash_ref}) { print "$_ => ${$hash_ref}{$_}\n"; } }