- or download this
CPAN Algorithm::Diff method:
...
avg. = 11.68 sec
- or download this
CPAN Algorithm::Diff method:
...
1.676 secs
- or download this
repeatedly compare same two files 1000 times:
...
Algorithm::Diff 92.23 sec
diffutils 1.676 sec
- or download this
## this is the framework:
...
print `diff --suppress-common-lines -y /tmp/diff_774885959483_1 /t
+mp/diff_774885959483_2`;
- or download this
#!/usr/bin/perl
...
exit;
- or download this
## full recursive script using CPAN Algorithm::Diff :
...
exit;