summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Tee/DESCR
blob: 04151d9b77fceef2e8ff4b043bbbddd6900e441a (plain)
1
2
3
4
This class provides a mechanism to mirror a stream to multiple other
streams.  It can either multiplex an output stream to multiple output
streams, or it can multiplex an input stream to multiple output streams
(mirroring all the data read onto the output streams).