Providing the Local.pm module has been installed in the CGI binary directory and adapted as required, the kixfw script normally doesn't need any adaption. The kixfw script only needs to by installed by copying it to the CGI binary directory.
#!/usr/bin/env perl
#=======================================================================
# $Id: kixfw,v 1.2 2007/03/22 09:05:08 metaagility Exp metaagility $
# Display collboration example
#=======================================================================
use strict;
use Local; # Library path for local installation
use cfw_kix;
cgirun('kix/kixfw');
Back to the main installation instruction page.

