in reply to Perl Golf-- testing array intersection
I think I can do better: 33 in scalar context, else 35:
sub martin { # 1 2 3 # 12345678901234567890123456789012345 @z{@y}=(1)x@y;0+grep$_,delete@z{@x} } [download]