http://www.perlmonks.org?node_id=302452


in reply to Re: Re: How's your Perl?
in thread How's your Perl?

shouldn't N8 be:

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

?

Replies are listed 'Best First'.
Re: Re: Re: Re: How's your Perl?
by xmath (Hermit) on Oct 27, 2003 at 18:17 UTC
    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 :-)

      *foo = \$^N;