in reply to Yet another Algorithm::Diff question

You'd probably be much happier starting with the traverse_sequences interface. See how I did it for Showing differences between two sequences, or an expanded version at my recent Unix Review column.

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: Yet another Algorithm::Diff question

Replies are listed 'Best First'.
Re: Re: Yet another Algorithm::Diff question
by vroom (His Eminence) on Dec 05, 2000 at 10:12 UTC
    I looked at that node before and just glanced at your column. My problem is I have the original sequence, and a frozen diff and need to find the target sequence based on those two things.

    vroom | Tim Vroom | vroom@cs.hope.edu