perl -le'$i=3; print($i, $i++, $i);' 434 perl -le'$i=3; print($i, $i+1, $i);' 343
In reply to Re^2: eval order of args to a sub by eXile in thread eval order of args to a sub by otto