![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re^2: Remove elements from an arrayby ikegami (Patriarch) |
on Nov 23, 2004 at 18:04 UTC ( #409949=note: print w/replies, xml ) | Need Help?? |
That doesn't remove any elements, it just undefines an element. (splice(@foo, $i, 1) removes element $i.) Also, you didn't address finding the elements that don't "contain a certain string".
In Section
Seekers of Perl Wisdom
|
|