in reply to Re: Re: STDIN and STDOUT as a single filehandle?
in thread STDIN and STDOUT as a single filehandle?

Just add AUTOLOAD to handle not implemented methods:
sub AUTOLOAD {}
Take a look in perltie to implement all the other methods if you really want to make a full IO redirection through tie.

Here's a list of the other methods:

sub PRINTF {} sub READ {} sub READLINE {} sub GETC {} sub WRITE {} sub FILENO {} sub STORE {} sub FETCH {} sub CLOSE {} sub DESTROY {}

Graciliano M. P.
"Creativity is the expression of the liberty".