Help for this page
my @array; { ... ... push @array, \%hash; }
my @array; my %hash; ... push @array, { %hash }; # ... push @array, { %hash };