in reply to Perl Golf-- testing array intersection
sub match { # 123456789012345678901234567 ++$c{$_}for@x;grep$c{$_},@y } [download]