in reply to
Re: Delete for array:
in thread
Delete for array:
Well, it's obviously not going to be efficient to remove one item at a time from a huge array via splice. But I would think that in those situations you'd use a different method.
Comment on
Re^2: Delete for array:
In Section
Cool Uses for Perl