version 1.15, 2003/09/16 15:12:48
|
version 1.41.2.4.2.1, 2024/03/03 19:15:26
|
Line 1
|
Line 1
|
#!/usr/bin/perl |
#!/usr/bin/perl |
|
# $Id$ |
|
|
if ($mod_perl::VERSION > 1.99) { |
BEGIN { |
use Apache::compat(); |
eval "use Apache2::compat();"; |
} else { |
eval "use Apache();"; |
use Apache(); |
}; |
} |
|
use lib '/home/httpd/lib/perl'; |
use lib '/home/httpd/lib/perl'; |
#use lib '/usr/lib/perl5/site_perl/5.005/'; |
#use lib '/usr/lib/perl5/site_perl/5.005/'; |
use lib '/usr/lib/perl5/site_perl/5.6.0/i386-linux/'; |
use lib '/usr/lib/perl5/site_perl/5.6.0/i386-linux/'; |
Line 17 use Crypt::DES();
|
Line 17 use Crypt::DES();
|
use DBI(); |
use DBI(); |
use Fcntl qw(:flock); |
use Fcntl qw(:flock); |
use File::Copy(); |
use File::Copy(); |
|
use DateTime(); |
use GDBM_File(); |
use GDBM_File(); |
use HTML::LCParser(); |
use HTML::LCParser(); |
use HTML::TokeParser(); |
use HTML::TokeParser(); |
use HTML::TreeBuilder(); |
use HTML::TreeBuilder(); |
use HTML::Entities(); |
use HTML::Entities(); |
|
use Parse::RecDescent(); |
|
use Date::Manip(); |
use IO::Socket(); |
use IO::Socket(); |
use LWP::UserAgent(); |
use LWP::UserAgent(); |
use Math::Cephes(); |
use Math::Cephes(); |
|
use Math::Cephes::Matrix qw(mat); |
use Math::Random(); |
use Math::Random(); |
|
use Math::Complex; |
use Opcode(); |
use Opcode(); |
use POSIX qw(strftime); |
use POSIX qw(strftime); |
use Safe(); |
use Safe(); |
use Safe::Hole(); |
use Safe::Hole(); |
|
use LONCAPA; |
use Apache::lonnet(); |
use Apache::lonnet(); |
use Apache::lonxml(); |
use Apache::lonxml(); |
use Apache::lonhomework(); |
use Apache::lonhomework(); |
Line 48 use Apache::imageresponse();
|
Line 54 use Apache::imageresponse();
|
use Apache::essayresponse(); |
use Apache::essayresponse(); |
use Apache::externalresponse(); |
use Apache::externalresponse(); |
use Apache::lonnavmaps(); |
use Apache::lonnavmaps(); |
|
use Apache::lonnavdisplay(); |
use Apache::lontexconvert(); |
use Apache::lontexconvert(); |
use Apache::randomlylabel(); |
use Apache::randomlylabel(); |
use Apache::loncommon(); |
use Apache::loncommon(); |
use Apache::lonquickgrades(); |
use Apache::lonquickgrades(); |
use Apache::lonaboutme(); |
use Apache::lonaboutme(); |
use Apache::lonannounce(); |
use Apache::lonannounce(); |
use Apache::lonassignments(); |
|
use Apache::lonbulletin(); |
use Apache::lonbulletin(); |
use Apache::londropadd(); |
|
use Apache::lonerrorhandler(); |
use Apache::lonerrorhandler(); |
use Apache::lonevaluate(); |
use Apache::lonevaluate(); |
use Apache::lonfeedback(); |
use Apache::lonfeedback(); |
Line 70 use Apache::lonpageflip();
|
Line 75 use Apache::lonpageflip();
|
use Apache::lonpage(); |
use Apache::lonpage(); |
use Apache::lonpreferences(); |
use Apache::lonpreferences(); |
use Apache::lonprintout(); |
use Apache::lonprintout(); |
|
use Apache::lonsubmissiontimeanalysis(); |
|
use Apache::lonstudentsubmissions(); |
use Apache::lonproblemanalysis(); |
use Apache::lonproblemanalysis(); |
use Apache::lonproblemstatistics(); |
use Apache::lonproblemstatistics(); |
use Apache::lonroles(); |
use Apache::lonroles(); |
Line 85 use Apache::loncreatecourse();
|
Line 92 use Apache::loncreatecourse();
|
use Apache::londefdef(); |
use Apache::londefdef(); |
use Apache::londocs(); |
use Apache::londocs(); |
use Apache::lonhtmlcommon(); |
use Apache::lonhtmlcommon(); |
|
use Apache::lonhtmlgateway(); |
use Apache::lonmsg(); |
use Apache::lonmsg(); |
use Apache::lonmysql(); |
use Apache::lonmysql(); |
use Apache::lonpercentage(); |
use Apache::lonpercentage(); |
Line 106 use Apache::lonupload();
|
Line 114 use Apache::lonupload();
|
use Apache::lonuploadedacc(); |
use Apache::lonuploadedacc(); |
use Apache::lonwrapper(); |
use Apache::lonwrapper(); |
use Apache::admannotations(); |
use Apache::admannotations(); |
use Apache::admbookmarks(); |
use Apache::lonwishlist(); |
|
use Apache::lonwishlistdisplay(); |
use Apache::style(); |
use Apache::style(); |
use Apache::lontex(); |
use Apache::lontex(); |
use Apache::matchresponse(); |
use Apache::matchresponse(); |
Line 117 use Apache::response();
|
Line 126 use Apache::response();
|
use Apache::run(); |
use Apache::run(); |
use Apache::scripttag(); |
use Apache::scripttag(); |
use Apache::structuretags(); |
use Apache::structuretags(); |
# can't include this one due to the way it does it's BEGIN |
use Apache::portfolio(); |
#use Apache::loncreateuser(); |
use Apache::bridgetask(); |
|
use Apache::loncreateuser(); |
|
use Apache::switchserver(); |
|
use Apache::lonwhatsnew(); |
|
use Apache::loncoursegroups(); |
|
use Apache::longroupchat(); |
|
use Apache::lonmsgdisplay(); |
|
use Apache::lonmainmenu(); |
|
use Apache::loncss(); |
|
use Apache::lontrackstudent(); |
|
use Apache::lonnotify(); |
|
use Apache::lonrss(); |
|
use Apache::slotrequest(); |
|
use Apache::lonhelper(); |
|
use Apache::lonpickcourse(); |
|
use Apache::longroup(); |
|
use Apache::groupboards(); |
|
use Apache::lonclonecourse(); |
|
use Apache::lonuserutils(); |
|
use Apache::coursecatalog(); |
|
use Apache::courseclassifier(); |
|
use Apache::selfenroll(); |
|
use Apache::createaccount(); |
|
use Apache::lonconfigsettings(); |
|
use Apache::courseprefs(); |
|
use Apache::domainprefs(); |
|
use Apache::lonmodifycourse(); |
|
use Apache::lonblockingmenu(); |
|
use Apache::lonaccesstimes(); |
|
use Apache::lonshibauth(); |
|
use Apache::lonshibacc(); |
|
use Apache::lonpopulate(); |
|
use Apache::daxepage(); |
|
use Apache::daxeopen(); |
|
use Apache::daxesave(); |
1; |
1; |
__END__ |
__END__ |
|
|