in reply to Re^2: Dynamically named hashes (w or w/o strict)
in thread Dynamically named hashes (w or w/o strict)
Whenever you think you want variables with variable names, you can just use a hash. In this case you then have a Hash-of-Hash structure. If you want variable named variables nonetheless, search for weak references.
|
|---|