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, 1 month ago) by harris41
Branches: MAIN
CVS tags: HEAD, Bacillus
Integrating loncom file into CVS archive.

#!/usr/bin/perl

use Apache();
use lib '/home/httpd/lib/perl';
use Apache::Constants();
use CGI qw(-compile :all);
1;

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