You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Pasquale Pagano <pa...@iei.pi.cnr.it> on 2002/07/29 18:35:10 UTC

Problems using Perl v 5.8

Hi,
We have some problems using:
1) Perl v 5.8
2) Mod_Perl v 1.26
3) Apache v 1.3.26

In particular:

a) if we use simple CGI, everything works fine;
b) if we use a custom handler for mod_perl, everything works fine;

but if we try to use our CGI via Apache::Registry or Apache::PerlRun handler
the code is ran correctly but we are able to send back to the browser only
the HTTP header (everything else is missed).

Here below an example of the http response

-__-

HTTP/1.1 200 OK
Date: Mon, 29 Jul 2002 17:20:02 GMT
Server: Apache/1.3.26 (Unix) mod_perl/1.26
Transfer-Encoding: chunked
Content-Type: text/html; charset=ISO-8859-1

0

-__-

Any of you have some hints??

Any help will be welcome,
Regards,
Lino


PS: The same code works fine using Perl v 5.7.2.


.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Pasquale Pagano
CNR - Istituto di Elaborazione della Informazione
Via G. Moruzzi, 1 - 56124 Pisa,Italy
Area della Ricerca CNR di Pisa
Tel +39 050 3152891
E-mail: pagano@iei.pi.cnr.it
.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-