in reply to Re: Re: Re: undef'ing @arrays caveat
in thread undef'ing @arrays caveat
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 = ().
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re(4): undef'ing @arrays caveat
by Juerd (Abbot) on Apr 20, 2002 at 23:19 UTC |