Hi all,

I'm working on a tool that should compare two versions of a file (usually,
a web page) and report the _number_ of changes from one to the other. I've
played with Algorithm::Diff as well as standard diff and haven't found a
really sane way to "count" changes.

With Algorithm::Diff the output appears to be too granular: if I add five
words onto a sentence it counts five changes, when it surely "is" only one
...

And diff combines all changes on one line into "one," afaics ...

Has anyone tackled this issue before?

Thanks,

~~~~~~~~~~~
Nick Tonkin

Reply via email to