libfile-tee-perl

Perl module to duplicate streams like the tee unix command

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/File-Tee


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libfile-tee-perl