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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Splitting on + after using Text::Diff
by Quicksilver (Scribe) on Apr 04, 2008 at 11:49 UTC |