Fedora Packages

perl-IO-Tee

Multiplex output to multiple output handles

IO::Tee objects can be used to multiplex input and output in two different ways. The first way is to multiplex output to zero or more output handles. The IO::Tee constructor, given a list of output handles, returns a tied handle that can be written to. When written to (using print or printf), the IO::Tee object multiplexes the output to the list of handles originally passed to the constructor. As a shortcut, you can also directly pass a string or an array reference to the constructor, in which case IO::File::new is called for you with the specified argument or arguments.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.66-11.fc40 -
Fedora 40 0.66-11.fc40 -
Fedora 39 0.66-9.fc39 -
Fedora 38 0.66-8.fc38 -
EPEL 9 0.66-5.el9 -
EPEL 8 0.66-2.el8 -
EPEL 7 0.64-1.el7 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at perl-IO-Tee dash maintainers at fedoraproject dot org.



Sources on Pagure