in reply to Re^3: Dealing with diff command within perl
in thread Dealing with diff command within perl
if (compare("$some_dir/$f","$other_dir/$f") != 0) { print "\n pushing $f to modarray\n"; push @modarry, $f;
sorry I did not post the actual compare that I used
|
|---|