in reply to Re^25: Why is the execution order of subexpressions undefined?
in thread Why is the execution order of subexpressions undefined?
You were so close. Did you think about what
my $two_lines = ( read_a_line() ) . read_a line();
would mean if EO was defined?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^27: Why is the execution order of subexpressions undefined?
by Anonymous Monk on Apr 15, 2005 at 14:51 UTC |