Help for this page

Select Code to Download


  1. or download this
    $ perl -E '$x = 1 == 2 && 3; say $x;'
    
    $
    
  2. or download this
    $ perl -E '$x = 2 == 2 && 3; say $x;'
    3
    $