|
|
| go ahead... be a heretic | |
| PerlMonks |
Re (tilly) 3: (Golf) Dependency List Prioritizationby tilly (Archbishop) |
| on Mar 15, 2002 at 10:50 UTC ( [id://152012]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Nice idea. A few minor nits though. First is that it is customary to only count the body of the sub, so you actually did slightly better than you thought! A second minor issue is that your grep is not quite right - the string "fooey\n" will match /^fooey$/ so you don't really have an equality test. Further than that, there are some mechanical tricks that can be used to improve scores. Such as using an inline for loop, using map to avoid double loops, and the like. Using those I can take your answer to 75 fairly easily:
UPDATE
In Section
Meditations
|
|
||||||||||||||||||||||||