Help for this page
$ perl -E '$x = 1 == 2 && 3; say $x;' $
$ perl -E '$x = 2 == 2 && 3; say $x;' 3 $