File:  [LON-CAPA] / nsdl / conf / nsdlstartup.pl
Revision 1.2: download - view: text, annotated - select for diffs
Tue May 28 05:15:00 2002 UTC (21 years, 10 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
utilize the Apache::LONCAPA::ToTheGateway 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 Apache::NSDL::ToTheGateway();
use Apache::LONCAPA::ToTheGateway();

1;

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