in reply to hash of hashes

What rules are you using to make the conversion?


Dave

Replies are listed 'Best First'.
Re^2: hash of hashes
by marinersk (Priest) on Oct 06, 2013 at 03:39 UTC
    Excellent question. Looking forward to the answer from OP.

    Looks to me like the format for file 1 is:

    {fruit} { {color 1} {...color n} }

    It looks like the format for file 2 is:

    {color} { {fruit 1} {...fruit n} }

    But that's just a guess, of course. :-)