![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: Creating Multidimensional Hashed Arrays?by GrandFather (Saint) |
on Aug 27, 2009 at 23:51 UTC ( [id://791776]=note: print w/replies, xml ) | Need Help?? |
Running your code through PerlTidy may help:
Notice that PerlTidy is confused about the nested hash (it has aligned the {} for it with the [] for the nested array). That's a strong clue, especially when combined with the 'Odd number of elements in anonymous hash ...' warning you get when using strictures, that something isn't cosher with the nested hash. Maybe you don't want the nested hash at all? Or maybe you are missing the keys for it and don't want the nested array? True laziness is hard work
In Section
Seekers of Perl Wisdom
|
|