unsubscribe remove

2001-05-29 Thread Warren D. Johnson
unsubscribe remove

Global Variables Question

2001-04-25 Thread Warren D. Johnson
Hello All, I apologize if this is in a FAQ somewhere. I have a script, lets call it test.pl. Test.pl requires in config.pl. Test.pl uses variables (via use vars) from config.pl. These variables are defined and given values in config.pl. AFter the first usage of test.pl, the variables we are

Re: StatINC Question

2000-09-04 Thread Warren D. Johnson
Matt, Thank you for the followup. My original thought was that StatINC reloaded modules as appropriate and that each child should share a common cache of pre-compiled scripts. Since that is not the case, it makes developing larger applications in mod_perl a bit trickier. Trickier because now

StatINC Question

2000-09-03 Thread Warren D. Johnson
Regards all, I've installed mod_perl and latest version of apache. Everything seems to be working fine. I have set StatINC as the PerlInitHandler in my httpd.conf so as to stat() file and libraries which are are dependencies of scripts handled by the modperl handler. In addition, I have a