Re: Problem using tie with Apache::RequestRec in mod_perl/1.999.21

2005-02-03 Thread J Matisse Enzer
Problem solved. You were quite right to ask for a test case. In trying to create a test case I found that a module buried deep in my application was messing up the file handle, and upgrading to a new version of that module (OLE::Storage_Lite) solved the problem. I did not actually figure out wha

Re: Problem using tie with Apache::RequestRec in mod_perl/1.999.21

2005-02-02 Thread Stas Bekman
J Matisse Enzer wrote: I am using a module that wants to tie to the Apache::RequestRec The following code works in mod_perl/1.99_12 but does not seem to work in mod_perl/1.999.21 - I simply get no output (no errors either): tie *FILE => $r; binmode(*FILE); Server info: Apache/2.0

Problem using tie with Apache::RequestRec in mod_perl/1.999.21

2005-02-02 Thread J Matisse Enzer
I am using a module that wants to tie to the Apache::RequestRec The following code works in mod_perl/1.99_12 but does not seem to work in mod_perl/1.999.21 - I simply get no output (no errors either): tie *FILE => $r; binmode(*FILE); Server info: Apache/2.0.52 (Unix) mod_ssl/2.0.