perl -e 'print $i ++ for 1' #### syntax error at -e line 1, near "++ for " #### perl -e 'print $i++ for 1'