Re: Problem with uploader

[email protected] (Adam Jimerson) Mon, 17 Nov 2008 19:57:09 -0500
Newsgroups perl.beginners.cgi
Organization SE
Message-ID <[email protected]>
Matthew Whipple wrote:

> 
> 
> The die message would most likely be written into the server's log.  A
> quick fix to more easily get the error messages would be using
> CGI::Carp, a "use CGI::Carp qw(fatalsToBrowser)" should show you the
> error on the page.

Using CGI::Carp didn't produce any error in the browser and the Apache log is saying the same thing.  I did update CGI::Carp to see if it would make a difference but no such luck.