Help for this page

Select Code to Download


  1. or download this
    $ perl -wle 'print "yes" if !1 == 0 '
    yes
    $ perl -wle 'print "yes" if "" == 0 '
    Argument "" isn't numeric in numeric eq (==) at -e line 1.
    yes