NAME
Tie::FileHandle::MultiPlex - filehandle tie that sends output to many destinations
DESCRIPTION
This module, when tied to a filehandle, will send all of its output to all of the sources listed upon its creation.
Usage: tie *HANDLE, 'Tie::FileHandle::MultiPlex', *HANDLE1, *HANDLE2, *HANDLE3,...
TODO
test.pl
BUGS
This is a new module and has not been thoroughly tested.
AUTHORS AND COPYRIGHT
Written by Robby Walker ( robwalker@cpan.org ) for Point Writer ( http://www.pointwriter.com/ ).
You may redistribute/modify/etc. this module under the same terms as Perl itself.