The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

IO::Capture::Tie_STDx;

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.