Thanks a lot for the advice, everyone. This seems to be working for me; I'm just having another error about not being able to load some other library (Apache::Request), but I think I'll be able to figure it out.
Just to clarify what I said earlier, my DocumentRoot is not /, but the working directory for mod_perl scripts was getting set to /. --Geoff Mishkin <[EMAIL PROTECTED]> Torsten Foertsch wrote: > On Saturday 15 January 2005 17:08, Geoff Mishkin wrote: >> I've got mod_perl (version 1.99.11) all up and running on Apache (version >> 2.0.52), but the working directory of my scripts is always set to / when >> mod_perl runs them, instead of being the directory the script is in. This > > http://perl.apache.org/docs/2.0/user/porting/compat.html#C_Apache__Registry___C_Apache__PerlRun__and_Friends > > This explains why and a work around. > > Torsten