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

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