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 -