| 1 | #!/usr/local/bin/perl |
1 | #!/usr/local/bin/webwork-perl |
| 2 | |
2 | |
| 3 | ## $Id$ |
3 | ## $Id$ |
| 4 | |
4 | |
| 5 | #################################################################### |
5 | #################################################################### |
| 6 | # Copyright @ 1995-1998 University of Rochester |
6 | # Copyright @ 1995-1998 University of Rochester |
| 7 | # All Rights Reserved |
7 | # All Rights Reserved |
| 8 | #################################################################### |
8 | #################################################################### |
| 9 | |
9 | |
| 10 | use strict; |
10 | use strict; |
| 11 | |
11 | |
| 12 | use lib '/ww/webwork/gage_system/webwork/system/lib/'; # mainWeBWorKDirectory |
12 | use lib '.'; use webworkInit; # WeBWorKInitLine |
| 13 | # this is the home directory. (change to system) |
13 | # this is the home directory. (change to system) |
| 14 | use Global; |
14 | use Global; |
| 15 | use Pod::Html; |
15 | use Pod::Html; |
| 16 | use Carp; |
16 | use Carp; |
| 17 | use CGI qw(:standard); |
17 | use CGI qw(:standard); |