On Sun, May 27, 2001 at 01:11:25PM -0700, [EMAIL PROTECTED] wrote:
> On Sun, 27 May 2001, barries wrote:
> 
> > STDIN/STDOUT would then be restored to their original state (tied or
> > untied) up exit?
> 
> there are Apache::Filter::{TIEHANDLE,PRINT} methods, the tie just isn't
> done automatic for you.

I guess the question is really: why not tie them automatically, given
that there's not much use for STDIN and STDOUT in the context of a
filter, it doesn't preclude other I/O methods, and it reduces the
complexity of writing a filter?

> partly because the tied interface isn't complete.

As of 5.6.x (ie now that BINMODE, EOF, SEEK, and TELL are there), what
incompletenesses are there, and which would bite?  I guess the question
is, how far back in the perl 5.x family are you aiming to support more
or less "fully"?

- Barrie

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

Reply via email to