Re: MP2 Problem including local file

2006-01-09 Thread Perrin Harkins
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

Re: MP2 Problem including local file

2006-01-09 Thread Tyler MacDonald
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

Re: MP2 Problem including local file

2006-01-09 Thread Philip M. Gollucci
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

MP2 Problem including local file

2006-01-09 Thread Nicholas Aaron Philbrook
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