in reply to Re: How to make that works with perl
in thread How to make that works with perl
use CGI::Carp qw(fatalsToBrowser); # Remove for production code
I don't, unless I put more sophisticated error handling for end users on the browser. It may confused them but they still have a chance to copy paste what shown and hopefully send it to the appropriate person, instead of merely 500 Internal Server Error. End users don't have access to error.log.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to make that works with perl
by Fletch (Bishop) on Apr 14, 2007 at 04:45 UTC | |
by naikonta (Curate) on Apr 14, 2007 at 06:57 UTC |