1Test::Output::Tie(3) User Contributed Perl Documentation Test::Output::Tie(3)
2
3
4
6 You are probably more interested in reading Test::Output.
7
8 This module is used to tie STDOUT and STDERR in Test::Output.
9
10 TIEHANDLE
11 The constructor for the class.
12
13 PRINT
14 This method is called each time STDERR or STDOUT are printed to.
15
16 PRINTF
17 This method is called each time STDERR or STDOUT are printed to with
18 "printf".
19
20 FILENO
21 read
22 This function is used to return all output printed to STDOUT or STDERR.
23
25 This code was taken from Test::Simple's TieOut.pm maintained Michael G
26 Schwern. TieOut.pm was originally written by chromatic.
27
28 Thanks for the idea and use of the code.
29
30
31
32perl v5.10.1 2008-10-25 Test::Output::Tie(3)