File:  [LON-CAPA] / loncom / startup.pl
Revision 1.1: download - view: text, annotated - select for diffs
Tue Feb 22 21:32:17 2000 UTC (24 years, 2 months ago) by harris41
Branches: MAIN
CVS tags: HEAD, Bacillus
Integrating loncom file into CVS archive.

    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>