On Sunday 09 December 2007, Michael G Schwern (Michael G Schwern <[EMAIL PROTECTED]>) wrote: > sub new [EMAIL PROTECTED],shift} > > Was my first shot at 23. Then I figured I could knock off that range op...
my first shot was 23 also...
sub new{($a,@b)[EMAIL PROTECTED];[EMAIL PROTECTED],$a}
then i came up with this 21 a few seconds later:
sub [EMAIL PROTECTED],1},pop}
i think that's the best i can do... i'll be very impressed if anyone does
better than 21.
