in reply to Re^2: 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.


Give a man a fish:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^4: Is it safe to use join on a hash?
by haukex (Archbishop) on Sep 08, 2020 at 20:26 UTC
    The keys returned by keys are unique. The keys of a hash are always unique.

    Nitpick: Except for tied hashes :-)