Re: problems with characters being added to a request.

2002-11-26 Thread Stas Bekman
Brian Hirt wrote: Okay, I've been able to create a simple testcase that reproduces the problem I'm having. Hopefully some perl/mod_perl guru out there will be able to tell me what the deal is. The program basically print out three strings, concatinates a few strings and print them out too. I'v

Re: problems with characters being added to a request.

2002-11-21 Thread Brian Hirt
Okay, I've been able to create a simple testcase that reproduces the problem I'm having. Hopefully some perl/mod_perl guru out there will be able to tell me what the deal is. The program basically print out three strings, concatinates a few strings and print them out too. I've attached two file

problems with characters being added to a request.

2002-11-20 Thread Brian Hirt
I'm running into a problem with some characters being added during a mod_perl request. An  charater is getting added when i print the document STDOUT. When i print that exact same variable to STDERR the  is not added. Here are two hex dumps (via od -hc). The first is what is sent to the web