# ensure all fatals go to browser during debugging and setup # *don't* uncomment these 5 lines on production code for security BEGIN { $|=1; print "Content-type: text/html\n\n"; use CGI::Carp('fatalsToBrowser'); }