[EMAIL PROTECTED] (Geoffrey Young) wrote:
>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 found a perl bug related to tied (or otherwise magic) filehandles, and
Abhijit Menon-Sen patched it a few days ago.  Perhaps that had an effect
too.


  -------------------                            -------------------
  Ken Williams                             Last Bastion of Euclidity
  [EMAIL PROTECTED]                            The Math Forum

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

Reply via email to