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