in reply to Create an array reference from a string

What is the thing you want to do? There are a number of answers, depending on what you want. Your example doesn't really make sense.

------
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: Create an array reference from a string

Replies are listed 'Best First'.
Re: Re: Create an array reference from a string
by xorl (Deacon) on Apr 12, 2004 at 19:29 UTC
    I want to print the string that $foo is equal to and then print the values in the array that has the same name as what $foo is equal to. Does that help?