Diff for /loncom/startup.pl between versions 1.4 and 1.6

version 1.4, 2001/10/03 13:35:34 version 1.6, 2002/07/29 20:40:34
Line 6  use lib '/home/httpd/lib/perl'; Line 6  use lib '/home/httpd/lib/perl';
 #use lib '/usr/lib/perl5/site_perl/5.005/i386-linux/';  #use lib '/usr/lib/perl5/site_perl/5.005/i386-linux/';
 use Apache::Constants qw(:common :http :methods);  use Apache::Constants qw(:common :http :methods);
 use CGI::Cookie();  use CGI::Cookie();
 use CGI qw(-compile :standard);  use CGI qw(-compile standard);
 use HTTP::Headers();  use HTTP::Headers();
 use Apache::File();  use Apache::File();
 use Crypt::DES();  use Crypt::DES();
Line 16  use File::Copy(); Line 16  use File::Copy();
 use GDBM_File();  use GDBM_File();
 use HTML::TokeParser();  use HTML::TokeParser();
 use HTML::TreeBuilder();  use HTML::TreeBuilder();
   use HTML::Entities();
 use IO::Socket();  use IO::Socket();
 use LWP::UserAgent();  use LWP::UserAgent();
 use Math::Cephes qw(:trigs :hypers :bessels erf erfc);  use Math::Cephes();
 use Math::Random qw(:all);  use Math::Random();
 use Opcode();  use Opcode();
 use POSIX qw(strftime);  use POSIX qw(strftime);
 use Safe();  use Safe();
Line 35  use Apache::lonauth(); Line 36  use Apache::lonauth();
 use Apache::caparesponse();  use Apache::caparesponse();
 use Apache::lonstatistics();  use Apache::lonstatistics();
 use Apache::lonchart();  use Apache::lonchart();
   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.4  
changed lines
  Added in v.1.6


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