| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK Online Homework Delivery System |
2 | # WeBWorK Online Homework Delivery System |
| 3 | # Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/ |
3 | # Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/ |
| 4 | # $CVSHeader: webwork2/lib/WeBWorK/ContentGenerator/CourseAdmin.pm,v 1.57 2006/08/14 18:21:52 sh002i Exp $ |
4 | # $CVSHeader: webwork2/lib/WeBWorK/ContentGenerator/CourseAdmin.pm,v 1.58 2006/09/25 22:14:52 sh002i Exp $ |
| 5 | # |
5 | # |
| 6 | # This program is free software; you can redistribute it and/or modify it under |
6 | # This program is free software; you can redistribute it and/or modify it under |
| 7 | # the terms of either: (a) the GNU General Public License as published by the |
7 | # the terms of either: (a) the GNU General Public License as published by the |
| 8 | # Free Software Foundation; either version 2, or (at your option) any later |
8 | # Free Software Foundation; either version 2, or (at your option) any later |
| 9 | # version, or (b) the "Artistic License" which comes with this package. |
9 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 25 | |
25 | |
| 26 | use strict; |
26 | use strict; |
| 27 | use warnings; |
27 | use warnings; |
| 28 | #use CGI qw(-nosticky ); |
28 | #use CGI qw(-nosticky ); |
| 29 | use WeBWorK::CGI; |
29 | use WeBWorK::CGI; |
| 30 | use Data::Dumper; |
|
|
| 31 | use File::Temp qw/tempfile/; |
30 | use File::Temp qw/tempfile/; |
| 32 | use WeBWorK::CourseEnvironment; |
31 | use WeBWorK::CourseEnvironment; |
| 33 | use IO::File; |
32 | use IO::File; |
| 34 | use WeBWorK::Debug; |
33 | use WeBWorK::Debug; |
| 35 | use WeBWorK::Utils qw(cryptPassword writeLog listFilesRecursive); |
34 | use WeBWorK::Utils qw(cryptPassword writeLog listFilesRecursive); |