Help for this page

Select Code to Download


  1. or download this
    perl -MO=Deparse,-p -e '$_ = ($x) = (4, 5, 6); print'
    ($_ = (($x) = (4, 5, 6)));
    print($_);
    -e syntax OK
    
  2. or download this
    perl -e '($_ = (($x) = (4, 5, 6)));print'
    3#and my shell prompt here of course