Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

•Re: Installing Modules on a Web Server

by merlyn (Sage)
on Nov 30, 2002 at 14:43 UTC ( [id://216655]=note: print w/replies, xml ) Need Help??


in reply to Installing Modules on a Web Server

use CGI::Carp qw(fatalsToBrowser);
But remember never to leave that in the production version of your program. It gives away too much information.

If your program breaks, it should log the errors for you in a log file, and send the browser an error message that says "something broke, we know what it is, thank you, try again later". That's all. No details.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://216655]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (1)
As of 2024-04-25 19:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found