#!/usr/bin/perl -wT # Copyright (c) 1997-2000 Jonas Smedegaard # $Id: bos.cgi, version 4.1 $ use CGI::Carp 'fatalsToBrowser'; require 5.003; use strict; ############################################################## # BOS needs to know the path to the libraries and stuff # # That would also be the place to put FastTemplate and other # modules not installed at your website require "/usr/local/lib/scripts/jonas/bos-test/bos_defaults.pl"; use lib "/usr/local/lib/scripts/jonas/bos-test"; #use lib "$ENV{'DOCUMENT_ROOT'}/cgi-local"; use lib "./"; ############################################################## # Don't touch these! require 'bos_defaults.pl'; require 'bos-main.pl';