in reply to How do I get errors printing out to the browser?

Or, to rephrase the previous answer .. fatalsToBrowser works fine for run-time errors. However, if there are compile errors, the script (or CGI) never runs. So you need to check for syntax errors by running

perl -c quizfive.cgi
so you can remove the extra ';' that you have in front of the double or bar. Just a guess. :)

--t. alex
Life is short: get busy!