in reply to Filtering one array using another array
my $re = join"|" => map {"(?:$_)"} @blacklist; my @blacklisted = grep {/$re/} @sites;
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Filtering one array using another array
by teabag (Pilgrim) on Sep 04, 2003 at 13:34 UTC |