foreach my $item (@array){ next if(scalar(grep({$_ eq $item} @other_array))); }