in reply to Re^2: Emptying (and refilling) an array.
in thread Emptying (and refilling) an array.
Of course, if you're going to fill in all the elements anyway, why bother clearing them?our @working; cmpthese -20, { one => '@working = (); $working[$_] = $_ foreach 0 .. 100', ... };
|
|---|