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?
And then you fire the programmer putting such side-effects in the code.my $f = f(a); my $g = g(b); my $h = h(c); $f + $g * $h;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |