Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-IO-Tee
From: Min Sik Kim
Date: 2004-02-22 02:11:17
Message id: 20040222011118.09A162DA1D@cvs.netbsd.org
Log Message:
Import p5-IO-Tee from pkgsrc-wip. Packaged by Eric Schnoebelen, and
slightly modified by me.
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).
Files: