Re: Find duplicates in a dat file



Tami@xxxxxxx wrote:
I have run most of what has been said in the replies BUT I still cannot get to work.

Some of the help scripts just sit there and do nothing.

I get "premature end of script headers" in most of the scripts that have been suggested.

Ah... that makes rather a difference.

Try putting the following line near the beginning of the scripts which
create that error, just after 'use warnings' and 'use strict':

$|++;

Axel
.