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