in reply to Re^2: Adding Unique Elements to Array
in thread Adding Unique Elements to Array

But neither of the above solutions puts the elements in hash values. Either we're using the keys as an unsorted array directly, or using the keys as a separate boolean record of what's already in there.