Re: [mp2] PerlModule vs PerlLoadModule

2004-07-21 Thread Stas Bekman
dorian wrote: The two are not the same, as explained here: http://perl.apache.org/docs/2.0/user/config/custom.html#Enabling_the_New_Configuration_Directives "This [PerlLoadModule] directive is similar to PerlModule, but it require()'s the Perl module immediately, causing an early mod_perl startup.

Re: [mp2] PerlModule vs PerlLoadModule

2004-07-21 Thread dorian
> The two are not the same, as explained here: > http://perl.apache.org/docs/2.0/user/config/custom.html#Enabling_the_New_Configuration_Directives > > "This [PerlLoadModule] directive is similar to PerlModule, but it > require()'s the Perl module immediately, causing an early mod_perl startup."

Re: [mp2] PerlModule vs PerlLoadModule

2004-07-21 Thread Stas Bekman
dorian taylor wrote: if PerlLoadModule supplants the command table, i surmise it does the job of PerlModule as well (which i understand to be roughly the equivalent of 'use'). i'm wondering, would there ever be a reason to load a module without wanting to supplant the command table with any existin

[mp2] PerlModule vs PerlLoadModule

2004-07-20 Thread dorian taylor
if PerlLoadModule supplants the command table, i surmise it does the job of PerlModule as well (which i understand to be roughly the equivalent of 'use'). i'm wondering, would there ever be a reason to load a module without wanting to supplant the command table with any existing values that may be