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.
"What should it profit a man, if he should win a flame war, yet lose his cool?"
Comment on
Re^2: Remove array elements dynamically!
In Section
Seekers of Perl Wisdom