On Mon, 2006-01-09 at 14:51 -0500, Nicholas Aaron Philbrook wrote:
> where database_util.pl is another perl file in the same directory.
> These scripts were running fine on another guy's server, but now I get
> a 500 Internal Server Error when I try to access them via web, and the
> apache error lo
Nicholas Aaron Philbrook <[EMAIL PROTECTED]> wrote:
> I recently put together a Gentoo server with apache and mod_perl. I'm
> trying to run a perl script that has a require statement for a local
> file, i.e.
>
> require "database_util.pl"
>
> where database_util.pl is another perl file in the sam
Nicholas Aaron Philbrook wrote:
I recently put together a Gentoo server with apache and mod_perl. I'm
trying to run a perl script that has a require statement for a local
file, i.e.
require "database_util.pl"
Also, interestingly the script will run fine from the command prompt
and duly chunk out
I recently put together a Gentoo server with apache and mod_perl. I'm
trying to run a perl script that has a require statement for a local
file, i.e.
require "database_util.pl"
where database_util.pl is another perl file in the same directory.
These scripts were running fine on another guy's serv