Man Page: io::capture::tie_stdx
Operating Environment: debian
Section: 3pm
IO::Capture::Tie_STDx(3pm) User Contributed Perl Documentation IO::Capture::Tie_STDx(3pm)NAMEIO::Capture::Tie_STDx -- tie STDOUT or STDERR;SYNOPSISuse IO::Capture::Tie_STDx; tie *STDOUT, "IO::Capture::Tie_STDx"; @$messages = <STDOUT>; untie *STDOUT;DESCRIPTIONThe 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. perl v5.8.8 2007-07-30 IO::Capture::Tie_STDx(3pm)
| Related Man Pages |
|---|
| capture::tiny(3) - centos |
| ppix::regexp::structure::capture(3) - centos |
| app::cmd::tester::captureexternal(3pm) - debian |
| io::capture(3pm) - debian |
| io::captureoutput(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| How to copy a column of multiple files and paste into new excel file (next to column)? |
| My first PERL incarnation... Audio Oscillograph |