in reply to Conquering "x" operator over-optimization
However, for this example, you can cheat with a map instead of an "x":
my @x = map +{a => 3, b => 4}, 1..5;
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|