table of contents
IO::Capture::Tie_STDx(3pm) | User Contributed Perl Documentation | IO::Capture::Tie_STDx(3pm) |
NAME¶
IO::Capture::Tie_STDx -- tie STDOUT or STDERR;SYNOPSIS¶
use IO::Capture::Tie_STDx; tie *STDOUT, "IO::Capture::Tie_STDx";
@$messages = <STDOUT>;
untie *STDOUT;
DESCRIPTION¶
The module "IO::Capture::Tie_STDx" is a small utility module for use by "IO::Capture" derived modules. See IO::Capture::Overview It is used to tie STDOUT or STDERR.2007-07-30 | perl v5.8.8 |