in reply to Re: Using IO::File to redirect STDOUT
in thread Using IO::File to redirect STDOUT
Quoting from the book "Network Programming with Perl" by Lincoln D. Stein (pp 29 - 30):
'When you load IO::File (technically, when IO::File loads IO::Handle, which it inherits from), it adds methods to ordinary filehandles. This means that any of the methods in IO::File can also be used with STDIN, STDOUT, STDERR or even with any of the conventional filehandles that you happen to create'.
Is the book incorrect or am I missing something?
njcodewarrior
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using IO::File to redirect STDOUT
by ikegami (Patriarch) on May 08, 2006 at 13:24 UTC | |
by njcodewarrior (Pilgrim) on May 09, 2006 at 01:31 UTC | |
by ikegami (Patriarch) on May 09, 2006 at 02:08 UTC | |
by adamk (Chaplain) on May 09, 2006 at 00:04 UTC |