in reply to Comparing contents of 2 string (or files), and showing differences

ultranerds, this is your posting number 86 here, I think it is time your read What shortcuts can I use for linking to other information?, and used it appropriately.

To answer your question there's Alogorithm::Diff on CPAN which you might use. If I remember correctly SVN::Web also colors diffs, you might look for prior art there. Also SVN::Notify::HTML::ColorDiff sounds promising.

Perl 6 - links to (nearly) everything that is Perl 6.
  • Comment on Re: Comparing contents of 2 string (or files), and showing differences

Replies are listed 'Best First'.
Re^2: Comparing contents of 2 string (or files), and showing differences
by ultranerds (Hermit) on Sep 22, 2009 at 12:30 UTC
    Hi,

    Thanks for your reply. Re the "help" section, sorry - missed that bit. Didn't realise you could do all that stuff ;) Will try and use it in the future.

    Regarding those modules etc - I've asked my host to install them, and I'll then give it a go - and see if it will do what I need :)

    Thanks again

    Andy