Read-only archive. These discussions are from Tracston's earlier
technical forum and are kept online because the answers are still useful.
New replies are closed. Need help with something like this?
Talk to us.
Question
31 Oct 2020
Problem
Developer wants to view all CGI errors in the web browser. rather to tail and examine the logs while using CGI module
Solution
Add this lines to your code when including modules
use CGI;
use CGI::Carp qw(warningsToBrowser fatalsToBrowser);
Need this fixed properly?
We do this for a living.
Kubernetes, DevOps and platform engineering, delivered in days — not another weekend lost to a stack trace.
Start a project →