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

My bad, I should have been a little more careful. Perl arrays are just c-style arrays of pointers.

That means perl needs to re-arrange the pointers after each splice.

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