On Wed, 18 Jul 2007 07:14:54 -0700 (PDT) "Kevin Field" <[EMAIL PROTECTED]> wrote: > PerlSwitches -wT > LoadFile "C:\Perl\bin\perl58.dll" > LoadModule perl_module modules/mod_perl.so
I don't know too much about Apache configuration, but you've put "PerlSwitches", which is defined in mod_perl.so, before you even load mod_perl.so. PerlSwitches should be set before the Perl *interpreter* is loaded, not before the module is loaded. Also, my PerlSwitches looks like: PerlSwitches -w -T I forget, but they may have to be separate. -Max -- http://www.everythingsolved.com/ Competent, Friendly Bugzilla Services. And Everything Else, too.