![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Re: mod_perl advice requiredby OM_Zen (Scribe) |
on Feb 25, 2003 at 16:08 UTC ( [id://238466]=note: print w/replies, xml ) | Need Help?? |
Hi , The use strict pragma is important as your program runs through mod-perl as mod-perl behaves negatively if you have variables that are global without scope and as you know use strict will surely not entertain global variables
In Section
Seekers of Perl Wisdom
|
|