in reply to Re^2: What is the best way to get just the duplicates from an array?
in thread What is the best way to get just the duplicates from an array?

That won't work. If there's three of the same thing, it will print the duplicate twice. That's why I used == in my earlier post instead of (an implied) >.