Re: how to avoid the caching of the executed perl file

2005-09-23 Thread Aliet Santiesteban Sifontes
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 {

Re: how to avoid the caching of the executed perl file

2005-09-23 Thread Tom Schindl
-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"}=

Re: how to avoid the caching of the executed perl file

2005-09-22 Thread Aliet Santiesteban Sifontes
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:

Re: how to avoid the caching of the executed perl file

2005-09-22 Thread Tom Schindl
-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

Re: how to avoid the caching of the executed perl file

2005-09-21 Thread Aliet Santiesteban Sifontes
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

Re: how to avoid the caching of the executed perl file

2005-09-21 Thread Malcolm J Harwood
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

Re: how to avoid the caching of the executed perl file

2005-09-21 Thread Aliet Santiesteban Sifontes
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/

Re: how to avoid the caching of the executed perl file

2005-09-21 Thread Malcolm J Harwood
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

how to avoid the caching of the executed perl file

2005-09-21 Thread Aliet Santiesteban Sifontes
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