in reply to Re: Perl Golf-- testing array intersection
in thread Perl Golf-- testing array intersection
sub match { # 123456789012345678901234567890123456789012345 ++$c{$_}for@x;++$d{$_}for@y;grep$d{$_},keys%c }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl Golf-- testing array intersection
by Aristotle (Chancellor) on Jan 30, 2006 at 22:43 UTC |