version 1.1, 2002/05/23 19:53:58
|
version 1.4, 2002/05/30 17:04:09
|
Line 6 use Apache::Constants qw(:common :http :
|
Line 6 use Apache::Constants qw(:common :http :
|
use CGI::Cookie(); |
use CGI::Cookie(); |
use CGI qw(-compile standard); |
use CGI qw(-compile standard); |
use HTTP::Headers(); |
use HTTP::Headers(); |
|
use Date::Format(); |
|
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::ToTheGateway(); |
|
use Apache::NSDL::FromTheGateway(); |
|
|
1; |
1; |