http://www.perlmonks.org?node_id=1021500


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

> 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