in reply to Re^2: How to correctly use a symbolic reference to automatically generate hash names?
in thread How to correctly use a symbolic reference to automatically generate hash names?

I am suggesting to not have a set of hashes named %wow0, %wow1, etc., and to instead do as I have suggested.
  • Comment on Re^3: How to correctly use a symbolic reference to automatically generate hash names?

Replies are listed 'Best First'.
Re^4: How to correctly use a symbolic reference to automatically generate hash names?
by lightoverhead (Pilgrim) on Mar 04, 2014 at 21:42 UTC

    you seemed suggesting to put the names of the hashes in an array then refer them the way you posted.

    is there a way to refer to hashes as I original wanted?

      Yes, use a list of hash refs would do the trick. Thank you for your suggestion.

      I still wondering how I can use soft/symbolic ref to do this.