On Wed, May 21, 2008 at 7:52 AM, william <[EMAIL PROTECTED]> wrote:
> Sigh...Even ModPerl::RegistryPrefork does not work as what I want, why
> do they say "Run unaltered CGI scripts under mod_perl" when it is
> working differently with CGI ?
>
> /var/www/modperl/Dir/Test.pm
> package Dir::Test;

Under normal CGI, the cwd will be the directory that the script was
found in, not the directory of the currently executing module.  This
is the same behavior.

- Perrin

Reply via email to