in reply to Why is the execution order of subexpressions undefined?
...but that would be a hard problem. So instead we merely say the results are undefined, and hope that it scares away anybody who wants to do something ugly like that.my $rv = func( $i, ++i, $i+2 );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Why is the execution order of subexpressions undefined?
by BrowserUk (Patriarch) on Apr 12, 2005 at 19:01 UTC |