in reply to Re^2: how to speed up dupe checking of arrays
in thread how to speed up dupe checking of arrays
then if you need the data you can, for example:$seen{"$ele0;$ele1;$file_data"}++;
and the value of the hash is the number of times the string is repeatedforeach (keys %seen) { .... }
Oha
|
|---|