Annotation of nsdl/conf/nsdlstartup.pl, revision 1.1

1.1     ! harris41    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 Apache::NSDL::ToTheGateway();
        !            10: 
        !            11: 1;

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