in reply to Re: Re: Create an array reference from a string
in thread Create an array reference from a string

Think about it this way - you are asking to access some data structure (scalar, array, hash, whatever) using an arbitrary string as its name. That is the very definition of a hash.

In fact, soft references are implemented under the hood as a hash. So, it's not like you're saving anything. :-)

------
We are the carpenters and bricklayers of the Information Age.

Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose

  • Comment on Re: Re: Re: Create an array reference from a string