helick has asked for the wisdom of the Perl Monks concerning the following question:
I have inherited a project (for a prof.) that is giving me much grief. Mostly because I am new at Perl.
What happens is as follows:package SessionTable; use BasicTable; use Digest::MD5; use strict qw(@ISA); @ISA = qw(BasicTable);
But I get the following error message on the browser screen:
Error message:
Premature end of script headers: ate.pl
Error 5000
ate.pl is the main script that we use, and it calls for the package mentioned above.
The message on apache's error_log is:
Keep in mind that everything works fine on the box running apache1 (RH7.3). This new box is running RH9.0 with RH's distributed apache.
Am I missing anything?
janitored by ybiC: Balanced <code> tags around code snippet, as per Monastery convention, replaced literal [ and ] with [ and ] to avoid conversion to PM-style links
20030911 Edit by jeffa: Changed title from 'works on apache 1, but not 2... '
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: apache2 conflicts with strict declaration
by perrin (Chancellor) on Sep 10, 2003 at 18:22 UTC | |
|
Re: apache2 conflicts with strict declaration
by liz (Monsignor) on Sep 11, 2003 at 00:22 UTC | |
by liz (Monsignor) on Sep 11, 2003 at 08:06 UTC | |
by antirice (Priest) on Sep 11, 2003 at 08:17 UTC | |
by liz (Monsignor) on Sep 11, 2003 at 08:28 UTC |