As far as I can tell, the code you posted should create hashes named %wow0, %wow1, etc. Please add to your question some sample input and its expected output, otherwise we can't know what you expect your code to output. Please see How do I post a question effectively?
Why do you need these individual hashes, and why aren't you using a hash of hashes? Because if you can't answer those questions, the recommended way is using a hash of hashes. Among several reasons why, your current code won't run under use strict.
Also, if you haven't yet, take a look at Data::Dumper to look at the data structures you are creating.
In reply to Re: How to correctly use a symbolic reference to automatically generate hash names?
by Anonymous Monk
in thread How to correctly use a symbolic reference to automatically generate hash names?
by lightoverhead
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |