On 2/11/07, Clayton Smith <[EMAIL PROTECTED]> wrote:
This doesn't work any more with PerlRun. When using PerlRun, it seems
that header() directly alters the headers of the HTTP response, but
returns an empty string.
This sounds like a CGI.pm issue. PerlRun doesn't alter the behavior
of CGI::h
On Wed, Feb 14, 2007 at 01:28:07PM -0800, Colin Meyer wrote:
[...]
> My other question is about my usage of this method. Is it correct? It
> seems that every time I call $sock->poll(), it returns success,
> indicating that it's ok to write to the socket. But then, when I call
> $sock->send(), it
This sounds like a CGI.pm issue. PerlRun doesn't alter the behavior
of CGI::header. You should report this on the RT bug tracker for
CGI.pm.
- Perrin
That's exactly what it is. I ran into this problem about a year ago (I was
saving the header to a variable for printing later) and it took me