Should I expect my code to work properly (it's working fine in my tests). If I wanted to use "ne" operator, how could I write the code. I would appreciate suggestions. Thank you.for my $item (@all_genes) { say "$item" if ! grep {$item eq $_} @covered_genes; }
In reply to grep not equal by rnaeye
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |