Help for this page
foreach (1..3) { push @hashes, {}; }
foreach (1..3) { my %any_name; push @hashes, \%any_name; }