|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: Re: Re: Re: Competition fuels obsession over Perl [golf]by eyepopslikeamosquito (Canon) |
| on Feb 19, 2004 at 21:13 UTC ( #330359=note: print w/ replies, xml ) | Need Help?? |
|
For the "less than ten vowels" version, you can also lose one by getting rid of that space after the "map{9-".
Alas, Perl complains with Unrecognized file test: -y if you try that. However, using your lc trick saves two more strokes:
You could allow up to 90 vowels (at the cost of 3 strokes) by changing 9 to 99 and . to ..
In Section
Meditations
|
|
||||||||||||||||||||||