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, 11 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
need the Date::Format module

    1: #!/usr/bin/perl
    2: 
    3: use Apache();
    4: use lib '/home/httpd/lib/perl';
    5: use Apache::Constants qw(:common :http :methods);
    6: use CGI::Cookie();
    7: use CGI qw(-compile standard);
    8: use HTTP::Headers();
    9: use Date::Format();
   10: use Apache::GATEWAY::Common();
   11: use Apache::GATEWAY::ToLONCAPA();
   12: use Apache::GATEWAY::FromLONCAPA();
   13: use Apache::GATEWAY::ToNSDL();
   14: use Apache::GATEWAY::FromNSDL();
   15: use Apache::LONCAPA::ToTheGateway();
   16: use Apache::LONCAPA::FromTheGateway();
   17: use Apache::NSDL::ToTheGateway();
   18: use Apache::NSDL::FromTheGateway();
   19: 
   20: 1;

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