Algorithm-Diff

Algorithm-Diff

am 21.07.2005 12:02:46 von George Bouras

I am reading the documentation of Algorithm-Diff module. At the begining it
says "Compute `intelligent' differences between two files / lists" but from
a first view I see that diffs only \@arrays and \%hashes. Do I am missing
something or I have to do the files->arrays stuff my self ?

Re: Algorithm-Diff

am 21.07.2005 20:25:49 von mlj

George Bouras wrote:
> I am reading the documentation of Algorithm-Diff module. At the begining it
> says "Compute `intelligent' differences between two files / lists" but from
> a first view I see that diffs only \@arrays and \%hashes. Do I am missing
> something or I have to do the files->arrays stuff my self ?

Or use Text::Diff instead, it's based on Algorithm::Diff.