Help for this page

Select Code to Download


  1. or download this
    foreach $f (@isect) {
    
      print "diffing file $f \n";
      system("diff -r  $some_dir/$f $other_dir/$f" );
    }
    
  2. or download this
    Intersect Array = 4 3
    diffing file 4
    4d3
    < 1111
    diffing file 3