Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w 
     
    ...
      print OUT $newmd5; 
      close OUT; 
    }
    
  2. or download this
    if ($modified = $string) { print "the file is the same";
    
  3. or download this
    if ($modified eq $string) { print "the file is the same";