blob: 28e2ad20e8f199b69d8f24dd19f9364ccd74a5e2 (
plain)
1
2
3
4
5
|
IO::Capture defines an abstract base class that can be used to create
any number of useful sub-classes that capture output being sent on a
filehandle such as STDOUT or STDERR. Several modules come with the
distribution that define sub-classes of IO::Capture to do just that,
i.e., capture STDOUT and STDERR.
|