Description
Perl applications can write the same output to multiple handles at once, similar to the tee command. This is useful for logging, diagnostics, test captures, and tools that need to show and save output simultaneously.
It is an output helper library. Applications should avoid duplicating sensitive data into logs or files unintentionally.