in reply to Will hash of hashes work?

I agree:   you should step back now and review your entire approach here. (Follow that link for “XY problem...”)

The bucket of any hash or list can contain one value... but that “value” can be a reference to anything. Therefore, while you do not properly have “hashes of hashes,” hashes can contain hashrefs.

Nevertheless, if you are now contemplating “funky data structures,” as a rule of thumb it is wise to step back and reconsider just where you are intending to arrive, and whether the path that you have selected is really the right one.

Replies are listed 'Best First'.
Re^2: Will hash of hashes work?
by Anonymous Monk on Mar 30, 2009 at 17:33 UTC
    Hi, I want to merge those nodes that are related to a single string.Thats all I wanted.But I am not sure how to approach that. Please send me some suggestions. thanks in advance,
Re^2: Will hash of hashes work?
by Anonymous Monk on Mar 30, 2009 at 15:31 UTC
    Hi, What I want to do is to merge all three nodes to one string. please-give me some suggestions.