File:  [LON-CAPA] / nsdl / conf / nsdlstartup.pl
Revision 1.4: download - view: text, annotated - select for diffs
Thu May 30 17:04:09 2002 UTC (21 years, 10 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
need the Date::Format module

#!/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 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::FromTheGateway();

1;

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