On Fri, Aug 29, 2008 at 1:23 PM, Berg, Eric <[EMAIL PROTECTED]> wrote: > The really weird thing is that when run in a CGI context, the -x test > works as expected, but when called when running as a mod_perl2 registry > script, it returns false, even though the file (that does exist) is > executable by everyone. Change it back to CGI (not mod_perl) and the > same code does work properly.
It's still most likely a permissions issue. I'd suggest trying to execute it as the user who your mod_perl server runs as. - Perrin