in reply to Re: Remove array elements dynamically!
in thread Remove array elements dynamically!

Note that deleting an array slice does not remove elements that aren't at the end of the array - it just sets them to undef.

  • Comment on Re^2: Remove array elements dynamically!