my @list; # push an anonymous hash into @list push @list, { apples => 'green', peaches => 'cream' };