Re: Question about CPAN's Text::Diff

2004-01-07 Thread Rob Dixon
Stuart Clemons wrote: > > This newbie would like to compare two files, let's say File1 and File2. I > want to put the difference from File2 only, into a new file, File3. > > For example: > > File1.txt > oranges > apples > bananas > > File2.txt > apples > kiwi > bananas > > The result I want for

RE: Question about CPAN's Text::Diff

2004-01-07 Thread Paul Kraus
Why not just use the diff command? Man diff Paul Kraus --- PEL Supply Company Network Administrator > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 07, 2004 3:22 PM > To: [EMAIL PROTECTED] > Subject: Question abou