File:  [LON-CAPA] / loncom / startup.pl
Revision 1.2: download - view: text, annotated - select for diffs
Wed Jan 3 14:25:57 2001 UTC (23 years, 2 months ago) by www
Branches: MAIN
CVS tags: HEAD
No need to load all of this junk, can do dynamically if needed.

#!/usr/bin/perl

use Apache();
use lib '/home/httpd/lib/perl';
1;

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