Diff for /loncom/startup.pl between versions 1.2 and 1.7

version 1.2, 2001/01/03 14:25:57 version 1.7, 2002/08/12 18:52:15
Line 2 Line 2
   
 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/i386-linux/';
   use Apache::Constants qw(:common :http :methods);
   use CGI::Cookie();
   use CGI qw(-compile standard);
   use HTTP::Headers();
   use Apache::File();
   use Crypt::DES();
   use DBI();
   use Fcntl qw(:flock);
   use File::Copy();
   use GDBM_File();
   use HTML::TokeParser();
   use HTML::TreeBuilder();
   use HTML::Entities();
   use IO::Socket();
   use LWP::UserAgent();
   use Math::Cephes();
   use Math::Random();
   use Opcode();
   use POSIX qw(strftime);
   use Safe();
   use Safe::Hole();
   use Apache::lonnet();
   use Apache::lonxml();
   use Apache::lonhomework();
   use Apache::lonrep();
   use Apache::lonuserstate();
   use Apache::lonacc();
   use Apache::lonparmset();
   use Apache::lonauth();
   use Apache::caparesponse();
   use Apache::lonstatistics();
   use Apache::grades();
   use Apache::lonpublisher();
   use Apache::caparesponse();
   use Apache::radiobuttonresponse();
   use Apache::optionresponse();
   use Apache::imageresponse();
   use Apache::essayresponse();
   use Apache::externalresponse();
 1;  1;

Removed from v.1.2  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>