> From: Eugene van der Pijll <[EMAIL PROTECTED]> > Date: Sun, 5 May 2002 23:27:16 +0200 > To: Tor Hildrum <[EMAIL PROTECTED]> > Cc: "Keith C. Ivey" <[EMAIL PROTECTED]>, PerlGolf <[EMAIL PROTECTED]> > Subject: Re: Request for a new category. Thoughts? > > En op 05 mei 2002 sprak Tor Hildrum: >> for (@names){print;last if /Dr /;} >> >> 34 strokes. > > For each space, parenthesis and semicolon in your solution, think > carefully if they are needed. Or just try to remove them, and see if > your solution still works.
for(@names){print;last if/Dr /;} 32 strokes :) I get the feeling that people are laughing at my puny golfing skills :) I'm going to start submitting, but I would prefer a newbies-category, or a better scoped beginners category :) Tor