Sherwin Daganato wrote:
> I have a 400+ line embperl page and i'm using it with perl DBI.
> Does anyone knows why the line below appeared on top of my page?
> I already tried it in IE and Netscape.
> Thanks.
>
> HTTP/1.1 200 OK Date: Thu, 24 Aug 2000 12:55:49 GMT Server: Apache/1.3.12
> (Unix) (Red Hat/Linux) PHP/3.0.12 mod_perl/1.24 Content-Length: 54830
> Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type:
> text/html; charset=iso-8859-1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
If you are using print in an embperl document you will have to Configure
apache to redirect STDOUT to the stream of emperl document...
PerlSetEnv EMBPERL_OPTIONS 16386 #works, see HTML::Embperl doc to learn
more...
Or you can : print OUT "hello";
Hope it's help.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]