Description
Perl tests and tools can capture standard output and error streams from Perl code, XS extensions, or external commands. This is useful for checking command output, hiding noisy operations, or collecting logs in test suites.
It is a developer library. Programs using it may capture sensitive command output, so test logs and saved diagnostics should be handled intentionally.