Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
It seems like it should be do-able. However, I don't have much experience with hashes and references, and I can't seem to figure out how to access the elements correctly. Every time I start to think that I am storing the data correctly, I find that I still can't retrieve it! Consequently, I am not going to post any of my code, as at this point I don't trust any of it!%db -> key1 -> [ [field1, field2, field3, field4] [field1, field2, field3, field4] [field1, field2, field3, field4] ] -> key2 -> [ [field1, field2, field3, field4] ] -> key3 -> [ [field1, field2, field3, field4] [field1, field2, field3, field4] ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Hash of arrays of arrays
by Golo (Friar) on Oct 05, 2004 at 18:12 UTC | |
|
Re: Hash of arrays of arrays
by ikegami (Patriarch) on Oct 05, 2004 at 18:14 UTC | |
by Anonymous Monk on Oct 08, 2004 at 18:08 UTC | |
by ikegami (Patriarch) on Oct 08, 2004 at 19:05 UTC | |
|
Re: Hash of arrays of arrays
by BrowserUk (Patriarch) on Oct 05, 2004 at 18:25 UTC |