in reply to Re: Answer: How do I completely remove an element from an array?in thread How do I completely remove an element from an array?
Would it not be easier to undef the items to be removed, and then drop them from the array later ?