Do you know where your variables are? | |
PerlMonks |
Re: Re: Re: mod_perl advice requiredby premchai21 (Curate) |
on Feb 25, 2003 at 20:22 UTC ( [id://238551]=note: print w/replies, xml ) | Need Help?? |
Not quite correct. It will not entertain undeclared global variables. (Or undeclared lexical variables, for that matter, but AFAIK a variable has to be declared to be lexically scoped anyway.)
In Section
Seekers of Perl Wisdom
|
|