in reply to Is there a Perl version of UNIX "cmp" ?
The tag line of tye's Algorithm::Diff modules says that it computes "'intelligent' differences between two files / lists"... but the doc doesn't explain how to use it on files, only on arrays. I suppose you could tie the two files to arrays using Tie::File, but I'm not sure how efficient that would be...
|
|---|