[ ソース: libfile-tee-perl ]
パッケージ: libfile-tee-perl (0.07-4)
libfile-tee-perl に関するリンク
Debian の資源:
libfile-tee-perl ソースパッケージをダウンロード:
- [libfile-tee-perl_0.07-4.dsc]
- [libfile-tee-perl_0.07.orig.tar.gz]
- [libfile-tee-perl_0.07-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl module to duplicate streams like the tee unix command
File::Tee is able to replicate data written to a Perl stream into another streams. It is the Perl equivalent of the shell utility tee(1).
It is implemented around fork, creating a new process for every tee'ed stream. That way, there are no problems handling the output generated by external programs run with system|perlfunc/system or by XS modules that don't go through perlio.