| 1 | #!/usr/bin/perl |
1 | #!/usr/local/bin/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 |
| … | |
… | |
| 11 | ## This file is profChangeDates.pl |
11 | ## This file is profChangeDates.pl |
| 12 | ## It provides access to utilities for building, correcting and viewing problem sets |
12 | ## It provides access to utilities for building, correcting and viewing problem sets |
| 13 | ## |
13 | ## |
| 14 | |
14 | |
| 15 | |
15 | |
| 16 | use lib '/ww/webwork/development/'; # mainWeBWorKDirectory; |
16 | use lib '/ww/webwork/gage_system/webwork/system/lib/'; # mainWeBWorKDirectory |
| 17 | require 5.001; |
17 | require 5.001; |
| 18 | use strict; |
18 | use strict; |
| 19 | |
19 | |
| 20 | |
20 | |
| 21 | use Global; |
21 | use Global; |