logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

IO::Capture::Tie_STDx -- tie STDOUT or STDERR;

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.

perl v5.36.0                                       2022-10-13                         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;

See Also