Help for this page
# WRONG %HOH = [ ... ];
#!/usr/bin/perl use warnings; ... push @{ $HoH2{ $hash->{person} }{ $hash->{age} } }, @{ $hash->{pos +session} }; } print Dumper \%HoH2;