on Wed, 22 May 2002 09:54:33 GMT, [EMAIL PROTECTED] (Chaoz Inferno) wrote:
> Well, the problem is that I have to print an html header back to > the client, and the usual print, I am getting irregular response? I never had any problems using 'print', in combination with the CGI.pm module on an Apache server (with/without mod_perl, both on Linux and win32). Could you perhaps explain a bit more your particular situation? > This is a rather sensitive issue when the browser upon receiving > the response will react. So the advice u r giving is to save the > html response into a file, open the file by passing into a file > handle and then sysread the filehandle into the buffer and then > syswriting it out? Not at all. I only told you that you were using the wrong parameters for a 'sysread' call. As indicated above, I never had any need to use sysread/syswrite to render html in a web environment. -- felix -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]