Algorithm-Diff
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 \ [at] arrays and \%hashes. Do I am missing
something or I have to do the files->arrays stuff my self ?
Re: Algorithm-Diff
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 \ [at] 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.