in reply to $i=$i++
I actually found this in a piece of application code. Horrid, isn't it.array[i++] = array[i++] + i;
What would the perl equivalent do? I guess it would be consistent across platforms, since perl evaluates expressions in the same order on all platforms.
|
|---|