| 1 | #!/usr/local/bin/perl |
1 | #!/usr/local/bin/webwork-perl |
| 2 | |
2 | |
| 3 | # This file is processProblem8.pl |
3 | # This file is processProblem8.pl |
| 4 | # This is a special version of processProblem.pl |
4 | # This is a special version of processProblem.pl |
| 5 | # made to be used as an editor |
5 | # made to be used as an editor |
| 6 | |
6 | |
| … | |
… | |
| 24 | # 'Submit Answers' or 'Preview Answers' or 'Preview Again' |
24 | # 'Submit Answers' or 'Preview Answers' or 'Preview Again' |
| 25 | # 'probFileName' |
25 | # 'probFileName' |
| 26 | # 'languageType' |
26 | # 'languageType' |
| 27 | |
27 | |
| 28 | use strict; |
28 | use strict; |
| 29 | use lib '/ww/webwork/gage_system/webwork/system/lib/'; # mainWeBWorKDirectory |
29 | use lib '.'; use webworkInit; # WeBWorKInitLine |
| 30 | |
30 | |
| 31 | use CGI qw(:standard); |
31 | use CGI qw(:standard); |
| 32 | use Net::SMTP; |
32 | use Net::SMTP; |
| 33 | use Global; |
33 | use Global; |
| 34 | use Auth; |
34 | use Auth; |