in reply to Help with document comparison

Diffing files is a complicated process. You really don't want to have to reinvent that wheel. Using Algorithm::Diff as suggested above is the way to do it. Unless some other language has an equivalent to Algorithm::Diff there is no advantage at all to using that language. However, you may find Yes, even you can use CPAN helpful.


True laziness is hard work