in reply to Re^3: Is it safe to use join on a hash?
in thread Is it safe to use join on a hash?

The keys returned by keys are unique. The keys of a hash are always unique.

Nitpick: Except for tied hashes :-)