in reply to Re: Perl Array of Hashes
in thread Perl Array of Hashes

...and the short version:

my @xentry; push @xentry, { map { ("BUCK_$_" => 'JUNK') } (0 .. 4) } for 0 .. 100;