perl -MO=Deparse,-p -e '$_ = ($x) = (4, 5, 6); print' ($_ = (($x) = (4, 5, 6))); print($_); -e syntax OK