in reply to Doubt in the result which I got from (In|De)crement operators

humm, precedence question again. If you add parentheses so: "my $re = (++$val - ($val-- + --$val))" then return value is -11. I dont understand the why of the 8 value.
  • Comment on Re: Doubt in the result which I got from (In|De)crement operators