in reply to Perl Golf-- testing array intersection
Hmmm.... 25 if you can't have duplicate values in the second array. 39 if you can.
(if it is allowed to return a list, 23 and 37. Remove 0+ from each.)