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)
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |