RE: Internal server error

2002-04-04 Thread David Gray
> I'm having problems with the old "Internal Server Error" > issue. I know that this is generally due to permissions. I > have used chmod go+rx -R *, but no joy. The html now works > but not the cgi. Thoughts? Try inserting the line use CGI::Carp (fatalsToBrowser); At the beginning of your s

RE: 'Internal Server Error' with module

2002-02-16 Thread Al Hospers
> i decided to put the "use CGI::Carp" declaration before the "use" > declaration for my module, and sure enough the browser fed me > information. that's good. > it claims that the module wasn't found in any directory in > @INC, but i could > have sworn that "." is included. is there any reaso

Re: 'Internal Server Error' with module

2002-02-16 Thread W P
i know this is very bad form, but i think i may have pinpointed the problem. i decided to put the "use CGI::Carp" declaration before the "use" declaration for my module, and sure enough the browser fed me information. it claims that the module wasn't found in any directory in @INC, but i could hav