Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: CGI Error Reporting

by Gangabass (Vicar)
on Aug 18, 2011 at 02:46 UTC ( [id://920837]=note: print w/replies, xml ) Need Help??


in reply to CGI Error Reporting

I think you can use set_die_handler with some global variable in the code to enable/disable Carp messages.

Replies are listed 'Best First'.
Re^2: CGI Error Reporting
by agronbach (Novice) on Aug 18, 2011 at 17:00 UTC

    I looked into that Carp's options, and also took some private messages into account, and I am just going to fork much earlier in my code, and run all the code that can throw fatal errors in the child process, and report it all the same way.

    Basically I have to report when the files being analyzed cannot be found in a way that the user understands. Carp doesn't do this as nicely as I can, so I am going to stop using it at this point except for debugging initial syntax errors.

    Thanks for the wisdom!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-18 13:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found