Title: "use" etiquette in mod_perl
Quick performance question: Will it kill performance to make sub routines in mod_perl call all their own use statements? For instance, I have several sub routines that need to query $q->param(foo), and I’m curious if I should create a single instance of $q and pass it into all the respective sub routines, or if it’s okay to have each method create their own $q = new CGI; instance.
Just checking. Thanks!
Mark
- Re: "use" etiquette in mod_perl Mark S Lowe
- Re: "use" etiquette in mod_perl Stas Bekman
- Re: "use" etiquette in mod_perl Stas Bekman