in reply to Re: Re: Friday Golf: All 2-digit combinations (29)
in thread Friday Golf: All 2-digit combinations

One more stroke sh?aved:

print+join$_,$_..9for+9,0..9

I tried fiddling with the glob function without success. :-(

/-\

Replies are listed 'Best First'.
Re: Re: Re: Re: Friday Golf: All 2-digit combinations (29)
by eyepopslikeamosquito (Archbishop) on Oct 03, 2003 at 13:24 UTC

    You'll have to take my word for it that the masked monk was just l'll ol' me, reformed golf addict eyepopslikeamosquito, who forgot to sign in when responding. D'oh! And I can't accept the lead because: 1) all I did was re-arrange BrowserUk's 29 a little; 2) mtve or thospel probably haven't seen this thread yet. :-)

      Look! A golf!
      $,=$_,print$_..9for+9,0..9
      (26)

        We're here!!!

        print 0..($,=$_^_)for f..p

        (26 too)