in reply to What could prompt an internal server error?
One of the following should be helpful:
a)Running the script from the command line.
b)Checking the server error log.
Update:
Following crazyinsomniac's suggestion
here's a slightly different take
on some good stuff to include near the top of your script
use CGI::Carp; use CGI::Carp qw(fatalsToBrowser); local $SIG{__WARN__} = \&Carp::cluck;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: What could prompt an i.s.e.?
by Anonymous Monk on Jun 05, 2001 at 10:23 UTC | |
by dvergin (Monsignor) on Jun 05, 2001 at 18:48 UTC | |
|
Re: Re: What could prompt an i.s.e.?
by Anonymous Monk on Jun 05, 2001 at 09:14 UTC | |
by dvergin (Monsignor) on Jun 05, 2001 at 09:32 UTC |