in reply to (tye)Re: What's the idiom for finding and removing the found @ARRAY element?
in thread What's the idiom for finding and removing the found @ARRAY element?
As far as that goes, it might be more efficient, in some cases, to not change the length of the array at all, and just set the "undesirable" elements to undef. Then, later, when the array is processed, just skip over the undef ones.