Help for this page
my @array; my %hash; ... # fill %hash with random info push ( @array, {%hash} ); }
push ( @globalArray, {%globalHash} );