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
bject: Question about CPAN's Text::Diff > > > > > > Hi all: > > 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 &g

Question about CPAN's Text::Diff

2004-01-07 Thread stuart_clemons
Hi all: 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 File3 is the new entry in File2, which