in reply to Perl Golf-- testing array intersection
Not only does it return an incorrect result, it contains a gratuitous space. Prepending "scalar " to the code fixes the result and with the extra space removed gives a 34 stroke solution. There is a 29 stroke solution that gives the correct result.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Golf-- testing array intersection
by Aristotle (Chancellor) on Jan 30, 2006 at 21:36 UTC | |
by GrandFather (Saint) on Jan 30, 2006 at 21:40 UTC |