in reply to
Text difference
If you are in unix-land, you can just use the diff command outright. It's a lot lighter on the mem requirement.
diff a.txt b.txt > c.txt
[download]
--
I used to drive a Heisenbergmobile, but every time I looked at the speedometer, I got lost.
Comment on
Re: Text difference
Download
Code
In Section
Seekers of Perl Wisdom