in reply to How's your Perl?

Exercise 10 in 24 chars:

#23456789012345678901234 $$_++for glob"'{x,y}"x16

Exercise 6 is easy.

Replies are listed 'Best First'.
Re: Re: How's your Perl?
by xmath (Hermit) on Oct 27, 2003 at 17:59 UTC
    cool! now under strict :-)

      shouldn't N8 be:

      $foo++ eq ($foo^=0)++

      ?

        yea, it should be clear from context that strict is an exception

        and no, #8 is right the way it is, your version would be too easy :-)