A Quiz about the Quiz Tool Results

This is the quiz results page. If your browser supports JavaScript, this page is generated on the fly according to your answers; otherwise, all you see is the text associated with the B parts of the questions. That's about it. To run the program, you type-- for example, if you created your quiz in a file called doggy.quiz-- this:
quiz.pl doggy.quiz
Of course, you need to have perl5 on your system, and quiz.pl needs to be in your path, and it needs to be marked executable, or nothing will happen. If it does work, the output is created in two files named by whatever you gave on the >>QUIZ-NAME line. If you specified doggy, look for doggy.html and doggy_result.html. You're done! Test by opening your browser on doggy.html and be sure that doggy_result.html is in the same directory.