in reply to Re^3: 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?

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?

  • Comment on Re^4: How to correctly use a symbolic reference to automatically generate hash names?

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

    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.