in reply to
compare data between two files using Perl
Take a look at
Algorithm::Diff
. It does a rather brilliant job at comparing text files and the best part is: it's written for you.
-Paul
Comment on
Re: compare data between two files using Perl
In Section
Seekers of Perl Wisdom