in reply to is there a more simple way to have the intersection of two lists ?
$lc = List::Compare->new(\@Llist, \@Rlist); @intersection = $lc->get_intersection; [download]