in reply to Re^35: Side-effects are bad form [was: Why is the execution order...]
in thread Why is the execution order of subexpressions undefined?

Trivial.

my $f = f(a); my $g = g(b); my $h = h(c); $f + $g * $h;
And then you fire the programmer putting such side-effects in the code.
  • Comment on Re^36: Side-effects are bad form [was: Why is the execution order...]
  • Download Code

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.