p5-IO-Tee

multiplex output to multiple handles

WWW CVSWeb GITHub
  1. Package version
    p5-IO-Tee-0.66
  2. Maintainer
    The OpenBSD ports mailing-list

The `IO::Tee' constructor, given a list of output handles, returns a
tied handle that can be written to but not read from. When written to
(using print or printf), it multiplexes the output to the list of
handles originally passed to the constructor.