in reply to Multiple Perl Installations
Just FYI, I learned that it is in fact possible to alter @INC (and anything else having to do with Perl) before Apache starts running, by including a directive like
PerlRequire /path/to/startup.plin httpd.conf, and putting any use or require statements you'd like to have there. Any modules sourced in there will only have one copy in memory, for all the child Apache processes, which makes it a good place to slurp up frequently used routines. This of course only applies if you've got mod_perl installed...
My Everything still doesn't work, but at least my Perl is clean again... Getting closer though, I can tell...
--
If we don't change direction soon, we'll end up where we're going.
|
|---|