Annotation of loncom/startup.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();
        !             6: use CGI qw(-compile :all);
        !             7: 1;

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