![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: use strictby dragonchild (Archbishop) |
on Jun 01, 2004 at 12:59 UTC ( #358018=note: print w/replies, xml ) | Need Help?? |
What you are attempting to do is called a symbolic or soft reference. There are hundreds of posts on Perlmonks as to why this is almost always not what you want to do. Basically, unless you know why you shouldn't do it, you shouldn't do it.
While EdwardG provided you a solution based on aliasing, the proper solution you are looking for is a hash.
------
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 I shouldn't have to say this, but any code, unless otherwise stated, is untested
In Section
Seekers of Perl Wisdom
|
|