seems to work, right ? Is something wrong with how I've used write() ?> perl -MIO::Tee -e 'my $tee = IO::Tee->new(\*STDOUT,\*STDERR); print +$tee "Test\n";' Test Test > perl -MIO::Tee -e 'my $tee = IO::Tee->new(\*STDOUT,\*STDERR,\*STDOUT +,\*STDERR); printf $tee "Test\n";' Test Test Test Test
In reply to Re^2: IO::Tee and write / format
by Anonymous Monk
in thread IO::Tee and write / format
by beadon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |