n";
the content-type is text/html, as it should be.
I looked the sources of mod_perl for some part where the mod_perl is
preparing the headers from the output of perl5 and to pass them to the
apache. I don't understand who is doing that. Can someone help me to find
where the content-type header is lost.
-- Ignasi Roca
t;Content-type: text/html\r\n";
> or with
> print "Content-type: text/html\r\r\n";
> the content-type is text/html, as it should be.
>
> I looked the sources of mod_perl for some part where t
ed the sources of mod_perl for some part where the mod_perl
is
> preparing the headers from the output of perl5 and to pass them to
the
> apache. I don't understand who is doing that. Can someone help me
to find
> where the content-type header is lost.
>
> -- Ignasi Roca
ection closed by foreign host.
> > >
> > > The content-type is text/plain instead text/html, mod_perl loses
> > this header
> > > probably due to EBCDIC conversion of the "\n" character. Trying
> > with
> > > print "Cont
know how to resolve the undefine ?
Thanks for the responses,
Ignasi Roca.