软件包:libio-capture-perl(0.05-6)
libio-capture-perl 的相关链接
Debian 的资源:
下载源码包 libio-capture-perl:
- [libio-capture-perl_0.05-6.dsc]
- [libio-capture-perl_0.05.orig.tar.gz]
- [libio-capture-perl_0.05-6.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Abstract Base Class to build modules to capture output
The IO::Capture Module defines an abstract base class that can be used to build modules that capture output being sent on a filehandle such as STDOUT or STDERR.
Several modules that come with the distribution do just that. I.e., Capture STDOUT and STDERR. Also see James Keenan's IO::Capture::Stdout::Extended on CPAN.
See IO::Capture::Overview for a discussion of these modules and examples of how to build a module to sub-class from IO::Capture yourself. If after reading the overview, you would like to build a class from IO::Capture, look here for details on the internals.