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.