![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: How do I completely remove an element from an array?by vroom (His Eminence) |
on Jan 09, 2000 at 10:16 UTC ( [id://1908]=note: print w/replies, xml ) | Need Help?? |
splice was designed to handle this.
splice can be called in any of the following forms:
In any of these cases, splice returns the elements it removed.
In Section
Seekers of Perl Wisdom
|
|