|
|
| Think about Loose Coupling | |
| PerlMonks |
Re^2: eval order of args to a subby eXile (Priest) |
| on May 31, 2007 at 13:56 UTC ( #618486=note: print w/ replies, xml ) | Need Help?? |
|
thanks for that explanation, I experimented a bit with that behaviour and found this a fun example: perl -le'$i=3; print($i, $i++, $i);' 434 perl -le'$i=3; print($i, $i+1, $i);' 343
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||