![]() |
|
There's more than one way to do things | |
PerlMonks |
Re^2: Pre vs Post Incrementing variablesby JavaFan (Canon) |
on Sep 13, 2010 at 21:31 UTC ( [id://860036]=note: print w/replies, xml ) | Need Help?? |
Technically, the operand evaluation order for the comma operator in list context is not defined,The perlop manual page says in the section about the comma operator: In list context, it’s just the list argument separator, and inserts both its arguments into the list. These arguments are also evaluated from left to right.This has been in perlop since April 2006.
In Section
Seekers of Perl Wisdom
|
|