[ ソース: libio-tiecombine-perl ]
パッケージ: libio-tiecombine-perl (1.005-3)
libio-tiecombine-perl に関するリンク
Debian の資源:
libio-tiecombine-perl ソースパッケージをダウンロード:
- [libio-tiecombine-perl_1.005-3.dsc]
- [libio-tiecombine-perl_1.005.orig.tar.gz]
- [libio-tiecombine-perl_1.005-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl module to collect output via any kind of tied variable
IO::TieCombine is a module that can collect output in separate (but combinable) named "slots" (output buffers). It provides methods that tie scalars, references, file handles or callback functions to specific slots, making it possible to e.g. collect both text printed to a file handle and text appended to a scalar in the same place, without the printing or appending function knowing about the relationship or the name of the slot.