@a_minus_b = grep { my $a = $_; not grep { $a eq $_ } @b } @a;
In reply to Re: How do I pick anything that is in array A that is NOT in array B
by Anonymous Monk
in thread How do I pick anything that is in array A that is NOT in array B
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |