in reply to CGI works, not with mod_perl??
are you using apache2 and Modperl::Registry on the new machine? if so, then you need to keep in mind that it doesn't cwd into the directory of the script before running it like apache 1.x did. that means that anything like:
use lib qw(.); use Some::Module::Located::In::Same::Directory;
will fail.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: CGI works, not with mod_perl??
by Massyn (Hermit) on Jul 28, 2003 at 23:49 UTC |