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...

Between the mind which plans and the hands which build, there must be a mediator... and this mediator must be the heart.
  • Comment on Re: Is there a Perl version of UNIX "cmp" ?