in reply to Say it isn't so, -MO=Deparse!
perl -MO=Deparse,-p -e '$_ = ($x) = (4, 5, 6); print' ($_ = (($x) = (4, 5, 6))); print($_); -e syntax OK
Note: that I removed the -l switchperl -e '($_ = (($x) = (4, 5, 6)));print' 3#and my shell prompt here of course
|
|---|