Re: 'var' instead of var ... (getting crazy)

1999-12-16 Thread Dmitry Beransky
Hi Andrea, Have you looked at http://perl.apache.org/guide/porting.html#Sometimes_it_Works_Sometimes_it_? This may not answer your question directly, but at least may give you some ideas on how to approach the problem... Cheers Dmitry At 10:05 AM 12/16/99 , Andrea Brugiolo wrote:

'var' instead of var ... (getting crazy)

1999-12-15 Thread Andrea Brugiolo
Dear Folks, a kind of weird problem is making me crazy: i wrote two scripts, all under mod_perl and they seem to be ok. One calls the other one and passes some arguments to it through the query_string (url_params); well, the latter

Re: 'var' instead of var ... (getting crazy)

1999-12-15 Thread Eric L. Brine
the [query_string (url_params)] usually reads this query_string in correctly, like this: record=32lang=it BUT, SOMETIMES (random?) query_string is read like: 'record=32lang=it' Where could my error be? Do you have any mod_perl handlers that work at an earlier phase of the