in reply to Grep hash of hashes
Here's some pseudo-code of what I'm trying to accomplish ... I'm at a loss at the moment. That's why I'm here. Please help me o'Monks
Pseudo-code isn't real code, you have to write real code to make it work :P
Also, if you can't make it work, what makes you think your pseudo code clearly expresses what you wish to accomplish? I think you have to use words for that ... keys are keys not hashes :)
Anyway, my advice, see Data::Dive example, Data::Dump::dd() early and often, write real code, start with dd( \%hash ) output, and build your loops on top of that, when you get stuck, post your code
|
|---|