in reply to Re: $var{el} += 1 vs $var{el} = $var{el} + 1
in thread $var{el} += 1 vs $var{el} = $var{el} + 1

I actually just fixed a couple of problems where the hash got deeper on the left, and not on the right (e.g. extra level was added).

I think that we will be changing the sub to use a more sanely readable format with +=.

  • Comment on Re^2: $var{el} += 1 vs $var{el} = $var{el} + 1