# Ensure all fatals go to browser during debugging and set-up # Comment this BEGIN block out on production code for security BEGIN { $|=1; # Flush the buffers (as they say!) print "Content-type: text/html\n\n"; use CGI::Carp('fatalsToBrowser'); }