Return to nsdlstartup.pl CVS log | Up to [LON-CAPA] / nsdl / conf |
preloading all current modules (Apache::NSDL::*, Apache::LONCAPA::*, Apache::GATEWAY::*)
#!/usr/bin/perl use Apache(); use lib '/home/httpd/lib/perl'; use Apache::Constants qw(:common :http :methods); use CGI::Cookie(); use CGI qw(-compile standard); use HTTP::Headers(); use Apache::GATEWAY::Common(); use Apache::GATEWAY::ToLONCAPA(); use Apache::GATEWAY::FromLONCAPA(); use Apache::GATEWAY::ToNSDL(); use Apache::GATEWAY::FromNSDL(); use Apache::LONCAPA::ToTheGateway(); use Apache::LONCAPA::FromTheGateway(); use Apache::NSDL::ToTheGateway(); use Apache::NSDL::FromTheGateway(); 1;