Re: Registry and mod_include - multiple invocations of a script in an SSI-parsed file

2012-01-11 Thread Mårten Svantesson
Hi Brett, My guess is that you run into a problem of the CGI module not resetting itself between executions of your code. As a test you could try entering the line. CGI::initialize_globals(); explicitly in your script before calling param(). 2012-01-02 22:41, Brett Lee wrote: Hello,

Re: Registry and mod_include - multiple invocations of a script in an SSI-parsed file

2012-01-11 Thread Dave Hodgkinson
On 11 Jan 2012, at 15:29, Mårten Svantesson wrote: Hi Brett, My guess is that you run into a problem of the CGI module not resetting itself between executions of your code. As a test you could try entering the line. CGI::initialize_globals(); explicitly in your script before

Re: Registry and mod_include - multiple invocations of a script in an SSI-parsed file

2012-01-11 Thread Brett Lee
Thanks for the reply Mårten, Sorry, should have posted that I found the (same) answer a few days back. http://www.perlmonks.org/?node_id=946773 Didn't hear a peep from the list after a couple attempts, so abandoned the query.   Best regards, - - Brett Lee Encrypt your data with PDS -

Re: Registry and mod_include - multiple invocations of a script in an SSI-parsed file

2012-01-05 Thread Brett Lee
Hello, Thought to reboot this query from a couple days ago in hopes of gaining some insight into a solution.  Have added configuration information: Linux - CentOS mod_perl-2.0.4-6.el5 httpd-2.2.3-45.el5.centos perl-5.8.8-32.el5_5.2 /usr/lib/perl5/5.8.8/CGI.pm shows version 3.15 Many

Registry and mod_include - multiple invocations of a script in an SSI-parsed file

2012-01-02 Thread Brett Lee
Hello, First, thank you very much for your time consideration of this problem, Have been trying to resolve an issue without success.  The issue I'm seeing is that calling the same script several times within a SSI-parsed file causes each invocation of the script to produce the same result