# ensure all fatals go to browser during debugging and setup
# *don't* uncomment these lines on production code for security
BEGIN {
$|=1;
print "Content-type: text/html\n\n";
use CGI::Carp('fatalsToBrowser');
}
####
/^<(?:[Tt][Rr])...../
# it would be much easier to read if you had
/^<(?:TR).........../i
####
(<.*)?