in reply to Re^2: Concerning hash operations (appending, concatenating)
in thread Concerning hash operations (appending, concatenating)

Wow, that's actual code checked into CPAN.

I guess it does what it says it does, anyways, just has some code that's never used.

I guess I don't understand what it has to do with concatenating hashes??
--------------
"But what of all those sweet words you spoke in private?"
"Oh that's just what we call pillow talk, baby, that's all."
  • Comment on Re^3: Concerning hash operations (appending, concatenating)

Replies are listed 'Best First'.
Re^4: Concerning hash operations (appending, concatenating)
by BUU (Prior) on Mar 25, 2005 at 22:14 UTC
    Well, since hashes can be listified, you could use this to merge two lists that just happen to be hashes. And yes it's utterly pointless.