in reply to Splitting on + after using Text::Diff

If you don't like the textual results of Text::Diff, maybe you want (as mentioned in the Text::Diff documentation) the module that Text::Diff uses to do its work, Algorithm::Diff?

That way, you can conveniently serialize the results to XML and hand them off to your JavaScript client.

  • Comment on Re: Splitting on + after using Text::Diff

Replies are listed 'Best First'.
Re^2: Splitting on + after using Text::Diff
by Quicksilver (Scribe) on Apr 04, 2008 at 11:49 UTC
    You're right and the results look a lot better and cleaner.