in reply to Comparing 2 files without diff or compare

use Algorithm::Diff;

Algorithm::Diff is a perl implementation of system diff. The presence of unix utilities is unnecessary and no fork is needed.

After Compline,
Zaxo