Re: Getting Content-Length of response after PerlRun

2006-05-31 Thread Jonathan Vanasco
On May 31, 2006, at 2:39 PM, Geoffrey Young wrote: sounds like a lot of work, right? easier: in your CGI script buffer your own data, then print your own C-L header, followed by your data. I'll vouch for that method. I just do that by default all the time now - there's a bit of hit on mem

Re: Getting Content-Length of response after PerlRun

2006-05-31 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: > Hi, > > I've researched around a lot but don't see a way to do this, if someone > could enlighten me I'd greatly appreciate it! > > In a nutshell, I'm running some cgis through PerlRun, and when the cgi has > finished and created the response, I want to get the length o

Getting Content-Length of response after PerlRun

2006-05-31 Thread kdel
Hi, I've researched around a lot but don't see a way to do this, if someone could enlighten me I'd greatly appreciate it! In a nutshell, I'm running some cgis through PerlRun, and when the cgi has finished and created the response, I want to get the length of that response and set a Content-Leng