Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
THANKS for any help to this newbie!@badWords=("jerk","store","king") @myArray=("jerry","wash","king","kong","store","when","jerk") I want to apply the function and get back: @myArray=("jerry","wash","kong","when")
Edit: chipmunk 2001-06-28
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Easy one: removing elements of one array from another...
by snowcrash (Friar) on Jun 28, 2001 at 09:38 UTC | |
by Abigail (Deacon) on Jun 28, 2001 at 20:26 UTC | |
by indapa (Monk) on Jun 28, 2001 at 20:33 UTC |