For example :
#!/usr/bin/perl -T
#
# Search ipaudit LocalHost daily files for total traffic
# for particular ip and date
#
BEGIN {
#make adjust-cgi will search and replace the below from
#what the configure script has detected as the ipaudit homedir.
unshift (@INC,"/home/ipaudit/");
}
use POSIX;
use ipaudit_config;
%conf = ipa_getconf();
$IP_DIR="$conf{'IP_DIR'}";
..
..
.....
>> Stay informed about: Perl CGI doesn't want to execute !!