in reply to Re: Re: STDIN and STDOUT as a single filehandle?
in thread STDIN and STDOUT as a single filehandle?
Take a look in perltie to implement all the other methods if you really want to make a full IO redirection through tie.sub AUTOLOAD {}
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".
|
|---|