Help for this page

Select Code to Download


  1. or download this
    if ($string1 ne $string2) {
        print "\$string1 is not equal to \$string2\n";
    }
    
  2. or download this
    if ($string0 ne "") { #use $string0
    }