perl -e "$c=qq(c);$d=qq(d); $c = $d++; $d = $c++; print $c,$d;" # output: ed