Help for this page

Select Code to Download


  1. or download this
    print qq|"one" == 0| if "one" == 0; # prints: "one" == 0
    print qq|"one" != 0| if "one" ;     # prints: "one" != 0