openbsd-ports/devel/p5-IO-Tee/pkg/DESCR

5 lines
252 B
Plaintext
Raw Normal View History

2006-11-12 11:28:36 -05:00
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.