| 1 | #!/usr/local/bin/perl |
1 | #!/usr/local/bin/webwork-perl |
| 2 | |
2 | |
| 3 | ## This file is profAddStudent.pl |
3 | ## This file is profAddStudent.pl |
| 4 | ## It provides access to utilities for building problem sets |
4 | ## It provides access to utilities for building problem sets |
| 5 | ## |
5 | ## |
| 6 | |
6 | |
| 7 | #################################################################### |
7 | #################################################################### |
| 8 | # Copyright @ 1995-1999 University of Rochester |
8 | # Copyright @ 1995-1999 University of Rochester |
| 9 | # All Rights Reserved |
9 | # All Rights Reserved |
| 10 | #################################################################### |
10 | #################################################################### |
| 11 | |
11 | |
| 12 | use lib '/ww/webwork/gage_system/webwork/system/lib/'; # mainWeBWorKDirectory |
12 | use lib '.'; use webworkInit; # WeBWorKInitLine |
| 13 | |
13 | |
| 14 | use CGI qw(:standard); |
14 | use CGI qw(:standard); |
| 15 | use Global; |
15 | use Global; |
| 16 | use Auth; |
16 | use Auth; |
| 17 | use strict; |
17 | use strict; |