I have two arrays, @a and @b. I want to do a compare among the elements of the two arrays.
@a
@b
my @a = qw\"abc def efg ghy klm ghn\"; m
List::Compare
if ( scalar List::Compare->new(\@a, \@b)->get_intersection ) { … }