![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: Symbolic Reference not Dereferencingby danger (Priest) |
on Jun 03, 2002 at 19:02 UTC ( #171307=note: print w/replies, xml ) | Need Help?? |
You can only symbolically reference package global variables, not lexical variables. Try it with our $A; or use vars '$A';
In Section
Seekers of Perl Wisdom
|
|