I use perl as cgi for the apache server, every time the script detects an error, the client just shows a 500 error, and I have to check the apache error log every time.
Is there a way to allow perl to send an error message only to the client (same as asp debugging mode)?
source share