Help for this page

Select Code to Download


  1. or download this
    c:\test>perl -MO=Deparse,-x9 -e"++$counter &1 and 1"
    ++$counter & 1 and '???';
    -e syntax OK
    
  2. or download this
    c:\test>perl -e"++$counter &1 and 1; print $counter"
    1