in reply to Re: split string into hash of hashes...
in thread split string into hash of hashes...

Thanks for the reponses, I realize now that my manual example is flawed...
  • Comment on Re^2: split string into hash of hashes...

Replies are listed 'Best First'.
Re^3: split string into hash of hashes...
by LanX (Saint) on Mar 03, 2013 at 13:23 UTC
    > I realize now that my manual example is flawed...

    Line 165 in my code solved this. You need a dedicated key in a subhash for "direct" values and your fine.

    It's disputable if "value" is a good choice for a key-name, but that's up to you.

    Cheers Rolf