Help for this page

Select Code to Download


  1. or download this
    if ($modified = $string) { print "the file is the same";
    
  2. or download this
    if ($modified eq $string) {
        print "the file is the same\n";
    }