#247232 eperl: no output, no errors in certain situation

Package:
eperl
Source:
eperl
Description:
Embedded Perl 5 Language
Submitter:
Luser
Date:
2010-03-07 13:36:10 UTC
Severity:
normal
#247232#5
Date:
2004-05-03 23:23:29 UTC
From:
To:
Here is the code used in index.epl:
<html>
<body>
more HTML until here:

<p>Hmm, informacije o Vasem brauzeru:<br><? print $ENV{'HTTP_USER_AGENT'}!><br>
IP adresa: <? print ENV{'REMOTE_ADDR'} !>, e to cemo da snimimo odmah u datoteku...
<?
open(IPS,">>ip.numbers");
print IPS $ENV{REMOTE_ADDR},"\n";
close IPS;
print "Something";
!>

</body>
</html>

If the line with 'print "Something";' is removed there is NO OUTPUT from eperl script
setup as nph-eperl in /apache/cgi-bin/ and working properly with other scripts.

Definition of no output:
192.168.0.1 - - [04/May/2004:01:22:57 +0200] "GET /path/index.epl HTTP/1.0" 200 -

No errors, nothing.

I am using Apache 2.0, however, the system is Woody, eperl is from Woody.

#247232#10
Date:
2004-05-04 06:07:33 UTC
From:
To:
severity 247232 normal
tags 247232 +unreproducible
thanks

There is no data loss here.
[...]

I cannot reproduce it on sid, will have to find a woody box.

Denis