princepawn has asked for the wisdom of the Perl Monks concerning the following question:
Now the idea is that it would be nice to reorder the hash so that I could make the first key the date instead. I could manually do this, creating another hash, accessible ala:++$userdatefile{$USER}{$DATE}{$FILE}
but it seems cumbersome and tedious to create new hashes for each dimensional rework of the original dataset.$dateuserfile{$DATE}{$USER}{$FILE}
Can anyone recommend a package/means to have one nested hash yet be able to "query" it for multiple views?
Gracias, pawn
|
|---|