| 1 | #!/usr/local/bin/perl |
1 | #!/usr/local/bin/webwork-perl |
| 2 | |
2 | |
| 3 | |
3 | |
| 4 | ################################################################ |
4 | ################################################################ |
| 5 | # Copyright @1995-1999 by Michael E. Gage, Arnold K. Pizer and |
5 | # Copyright @1995-1999 by Michael E. Gage, Arnold K. Pizer and |
| 6 | # WeBWorK at the University of Rochester. All rights reserved. |
6 | # WeBWorK at the University of Rochester. All rights reserved. |
| 7 | ################################################################ |
7 | ################################################################ |
| 8 | |
8 | |
| 9 | my $debugON=0; ## set this to 1 to save debugging information for errors in hardcopy output |
9 | my $debugON=0; ## set this to 1 to save debugging information for errors in hardcopy output |
| 10 | |
10 | |
| 11 | use lib '/ww/webwork/gage_system/webwork/system/lib/'; # mainWeBWorKDirectory |
11 | use lib '.'; use webworkInit; # WeBWorKInitLine |
| 12 | require 5.001; |
12 | require 5.001; |
| 13 | |
13 | |
| 14 | $/ ="\n"; |
14 | $/ ="\n"; |
| 15 | |
15 | |
| 16 | use strict; |
16 | use strict; |