Rhesa Rozendaal wrote: > Dan Horne wrote: > >>> From: Michael Peters >>> Like Rhesa said, just make sure that the SetEnv and PerlSetEnv happen >>> before either your startup.pl or the PerlModule directives. >>>
>> SetEnv CAP_DEVPOPUP_EXEC 1 Well, I'm not sure why Rhesa's is working but I just did a test to confirm that SetEnv does not set the var prior to compiling my startup.pl. It seems that SetEnv will happen at the FixUp handler stage, which is well after compilation. But PerlSetEnv will happen as soon as it can. Change it to PerlSetEvn and see if that fixes it. -- Michael Peters Developer Plus Three, LP --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
