![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Re(4): undef'ing @arrays caveatby Juerd (Abbot) |
on Apr 20, 2002 at 23:19 UTC ( #160822=note: print w/replies, xml ) | Need Help?? |
@array does not actually get undefined undef can only un-define scalars, because only scalars can be not-defined. Hashes and arrays are emptied, subs and globs are destroyed. I think the manual is not clear enough about this.
In Section
Meditations
|
|