in reply to Re: Maintaining deltas of a long list
in thread Maintaining deltas of a long list

Algorithm::Diff determines diffs between two files and its sdiff method lets you even display before-and-after versions side-by-side.
  • Comment on Re^2: Maintaining deltas of a long list

Replies are listed 'Best First'.
Re^3: Maintaining deltas of a long list
by slagel (Novice) on Aug 13, 2004 at 17:01 UTC
    This is right in line with what I was looking for. Thanks!