Here my minimal script that cause this to happen:
File Listing.pl
-
use DBI;
use CGI;
use strict;
use diagnostics;
use CGI::Carp qw(fatalsToBrowser);
# Let's require session stuff
use lib::SessionUtil;
my $cgi;
$cgi = &lib::SessionUtil::Get_CGI_Object();
my $o
Aliet Santiesteban Sifontes wrote:
Windows 2003 Enterprise Server, ActivePerl 5.8.7 Build 813,
Apache-2.0.54. Perl with modules:
8. DBI[1.48]
good.
Active Perl ships with cgi-3.10, U updated to 3.11 as mod_perl says.
good.
in includes.pl
use lib qw(D:/Apache2/htdocs/i
Hi list, I'm in the process of migrating our CGI applications to
mod_perl, we are using:
Windows 2003 Enterprise Server, ActivePerl 5.8.7 Build 813,
Apache-2.0.54. Perl with modules:
1. ActivePerl-DocTools [0.5]
2. Archive-Tar[1.23]
3. Archive-Zip[1.14]
4. CGI