in reply to Module for Approximate File Comparison

Maybe you can use String::Approx for this task. Depending on the types of files you want to compare it should be possible to build a small tool based on this module.

If you are only interested to count the lines that differ, you can use standard diff.

  • Comment on Re: Module for Approximate File Comparison