in reply to Re^2: Using IO::File to redirect STDOUT
in thread Using IO::File to redirect STDOUT
That's wrong.
"This means that any of the methods in IO::File"
should read
"This means that any of the methods in IO::Handle"
The following are methods IO::File has, but IO::Handle does not:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using IO::File to redirect STDOUT
by njcodewarrior (Pilgrim) on May 09, 2006 at 01:31 UTC | |
by ikegami (Patriarch) on May 09, 2006 at 02:08 UTC | |
|
Re^4: Using IO::File to redirect STDOUT
by adamk (Chaplain) on May 09, 2006 at 00:04 UTC |