On Wed, 29 Aug 2001, Geoffrey Young wrote:

> hi...
> 
> the following registry script only prints "foo" for me using bleedperl...
> 
> my $r = shift;
> $r->send_http_header('text/plain');
> $r->print('foo');
> print 'bar';
> 
> I think it started around the time Doug sent this message along, but I can't
> be sure - it's definitely been a while, though.  sorry it took me so long to
> report it, but got caught up in other things...
> 
> I tried the original version and Doug's patch (since bleedperl looks
> different already) but none seem to solve the problem.
> 
> maybe something needs to be fixed at the Apache::PRINT level?  my bleedperl
> seems rather broken these days (none of the tests pass) even after rsync'ing
> from scratch, so it may be just me but I thought I'd bring it up anyway...

have you tied STDOUT ?  it is only done for you if you SetHandler
perl-script, SetHandler modperl does not tie STDOUT.



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

Reply via email to