Re: Speed of increment operators



axel@xxxxxxxxxxxxxxxxxxxxxx wrote:

On a slightly different track, is there any different in execution
speed between ++$i and $i++ in Perl. I seem to remember that there
was such a difference in C++ but may be mistaken.

No such difference with C++.

There was a difference, back in the 1960's, in the opcodes used in the
PDP-5 and PDP-8.
-Joe
.