in reply to Create an array reference from a string
While it is possible to do what you say that you want in Perl, it is not advisable. Please read Mark Jason Dominus' excellent Why it's stupid to `use a variable as a variable name' about it. Most likely, you do want real references or a hash instead.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Create an array reference from a string
by xorl (Deacon) on Apr 12, 2004 at 19:37 UTC | |
by dragonchild (Archbishop) on Apr 12, 2004 at 19:44 UTC |