Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv23832
Modified Files:
sandweb.cgi
Log Message:
CGI::Carp now sends fatal errors to browser, so the generic "500
Internal Server Error" is replaced by a useful message
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.118
retrieving revision 1.119
diff -U2 -r1.118 -r1.119
--- sandweb.cgi 2002/01/19 21:28:51 1.118
+++ sandweb.cgi 2002/01/19 22:15:21 1.119
@@ -15,5 +15,5 @@
# standard modules
-use CGI::Carp;
+use CGI::Carp qw(fatalsToBrowser);
use CGI qw(:standard);
|