Help for this page

Select Code to Download


  1. or download this
    if ($value ne "") {
        print "the value contains characters\n";
    }
    
  2. or download this
    if ($value eq "") {
        print "the value contains no characters\n";
    }