On 2007-12-09, at 00:28:08 -0800, Michael G Schwern wrote:

> Uri Guttman wrote:
> > i have two solutions of 33 and 24 chars so you have to beat those. the
> > longer one is amusing enough to show it later.
> 
> sub new [EMAIL PROTECTED],shift}
> 
> Was my first shot at 23.  Then I figured I could knock off that range op...
> 
> sub new {$a=shift;[EMAIL PROTECTED],$a}
> 
> 21.  And it's even strict clean. :)

Also at 21, also strict safe, and doesn't "misuse" $a ;-)

 sub new [EMAIL PROTECTED],1},pop}

Marcus

-- 
Quality Control, n.:
        The process of testing one out of every 1,000 units coming off
        a production line to make sure that at least one out of 100 works.

Attachment: signature.asc
Description: PGP signature

Reply via email to