|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: variable number of hash of hashesby i5513 (Monk) |
| on Jul 24, 2012 at 08:21 UTC ( #983327=note: print w/ replies, xml ) | Need Help?? |
|
Hello, Be careful with your code:
In 1 you are defining {'string1'}{'string2'}{'string3'} with a hash, and in 3 you want to add 1 to that hash ... which is not that you want Use a final string like "n" or "count", like GrandFather propose: Regards,
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||