Perl maintenance
The Perl scripts have been updated to use compliant code for porting to operating systems other than a Linux box with Apache (with mod_perl.c or perl.exe, and zlib, etc…). The commands of open and print redirect were also modified to include suggested options for various ports the Perl scripts may encounter. Other smaller issues were also corrected. An additional user login security Perl script named kitcadi3_user_id.cgi was added to track user login sessions.
Current version of Perl (fast-cgi) is 5.8.7
The kitcadi3_cgi.conf, build, and Objects cgi files now have the following addition option:
#Change for OS File systems differance
#
$pathseperator = ‘/’;
$relpath = ‘.’ . $pathseperator;
$parentpath = ‘..’ . $pathseperator;
Note: the prefex of ‘my’ may be applied when needed