Perl: the Markov chain saw | |
PerlMonks |
RE: Re: mod_perl: Is it so necessary?by le (Friar) |
on Sep 05, 2000 at 13:05 UTC ( [id://31103]=note: print w/replies, xml ) | Need Help?? |
if the script run clean under "use strict" then it will
do also under Apache::Registry...
Well, this is not necessary true. For example, my() scoped variables in nested subroutines are a problem. See the relevant section in the mod_perl guide. You might also look at Training wheels again why it is better to rewrite CGI scripts to modperl apps. The mod_perl guide has a nice section about tuning, too.
In Section
Seekers of Perl Wisdom
|
|