> Thank you for responding.
>
> But i'm not using any print statement.
> I'm actually fetching 124 rows from two tables contained in two database
> and display it in embperl page. The result page is just 57kb.
>

There is some print out before the headers, either other headers or
something from a print.

Do a  (you must have install Perl's libwww)

GET -e <URL>

to see the full output includeing all headers

Gerald


> sherwin
>
>
> [EMAIL PROTECTED] writes:
> >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]
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to