Re: require problems

2003-12-29 Thread Thomas Schindl
I don't think that this is a mod_perl related problem because: When loading files using require perl remembers that it had already included them and does not load them once more. I'd guess that calls 3,4,5 are handled by a Apache-child's 1/2 which have already loaded the required file. If you re

require problems

2003-12-27 Thread gerard uolaquetalestem
Hi, i don't have the last modperl version installed, and i know that maybe it corrects my problem, but before starting a so tedious process (for many reasons) i just wanted to ask if there is any known problem about it or if it is the normal behaviour of modperl with perl require function. My v