my @arrayOfHashes; my %temporary; foreach $val (@variables) { # Here I populate a temporary hash # # .... # push @arrayOfHashes, \%temporary; %temporary = undef; }