Tom, thank's a lot, I'm going to test it right now, I tell you later.
Best Regards
Tom Schindl wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ok. The offending code is this:
- 8<
use strict;
my $cgi;
my %params;
# my
sub getDataFromListCode {
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ok. The offending code is this:
- 8<
use strict;
my $cgi;
my %params;
# my
sub getDataFromListCode {
$params{"Filtro1"}= "";
$params{"Filtro2"}= "";
$params{"Filtro3"}= "";
$params{"Filtro4"}=
Tom , at this link you can find the scripts, problematic is Listing.pl,
don't blame me for the bad code, I'm just trying to fix it, is a very
old apps:
http://sflcujae.cujae.edu.cu/perl/
Tom Schindl wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Aliet Santiesteban Sifontes wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Aliet Santiesteban Sifontes wrote:
> The problem was solved using
>
> ModPerl::PerlRun
>
I'd suggest to get better performance to switch back to
ModPerl::Registry. You have shown us many lines of code but not the one
which shows how your problem is
The problem was solved using
ModPerl::PerlRun
Thank's a lot
Malcolm J Harwood wrote:
On Wednesday 21 September 2005 08:10 pm, Aliet Santiesteban Sifontes wrote:
On Wednesday 21 September 2005 07:09 pm, Aliet Santiesteban Sifontes
wrote:
Hi list, I have a problem with a .pl scr
On Wednesday 21 September 2005 08:10 pm, Aliet Santiesteban Sifontes wrote:
> > On Wednesday 21 September 2005 07:09 pm, Aliet Santiesteban Sifontes
wrote:
> >> Hi list, I have a problem with a .pl script, the scripts is executed in
> >> the first request, and it's been cached by the server, I c
Apache-2.0.54, mod-perl-2.0.1, ActivePerl 5.8.7.813, windows 2003
Enterprise Server.
Apache Config:
LoadFile "D:/Perl/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so
PerlRequire "D:/Apache2/conf/includes.pl"
PerlSwitches -wT
Alias /intercompras/cgi-bin/ "D:/Apache2/htdocs/intercompras/
On Wednesday 21 September 2005 07:09 pm, Aliet Santiesteban Sifontes wrote:
> Hi list, I have a problem with a .pl script, the scripts is executed in
> the first request, and it's been cached by the server, I call this
> script passing different arguments, and I expect that it must be
> executed
Hi list, I have a problem with a .pl script, the scripts is executed in
the first request, and it's been cached by the server, I call this
script passing different arguments, and I expect that it must be
executed with the new args but, I'm having the same output from the
first execution wich s