![]() |
|
"be consistent" | |
PerlMonks |
Re(4): undef'ing @arrays caveatby dmmiller2k (Chaplain) |
on Apr 20, 2002 at 23:12 UTC ( #160820=note: print w/replies, xml ) | Need Help?? |
Granted. But besides the speed issue, the result is effectively the same. In the case of undef @array, @array does not actually get undefined (i.e., it still exists), just emptied, however more efficiently than with @array = ().
In Section
Meditations
|
|