| … | |
… | |
| 2 | |
2 | |
| 3 | use CGI qw(-compile :html :form); |
3 | use CGI qw(-compile :html :form); |
| 4 | use Apache::Constants qw(:common); |
4 | use Apache::Constants qw(:common); |
| 5 | |
5 | |
| 6 | # Send 'die' message to the browser window |
6 | # Send 'die' message to the browser window |
| 7 | use CGI::Carp qw(fatalsToBrowser); |
7 | #use CGI::Carp qw(fatalsToBrowser); |
| 8 | |
8 | |
| 9 | |
9 | |
| 10 | # This is a superclass for Apache::WeBWorK's content generators. |
10 | # This is a superclass for Apache::WeBWorK's content generators. |
| 11 | # You are /definitely/ encouraged to read this file, since there are |
11 | # You are /definitely/ encouraged to read this file, since there are |
| 12 | # "abstract" functions here which show aproximately what form you would |
12 | # "abstract" functions here which show aproximately what form you would |