Tie::FileHandle::MultiPlex - filehandle tie that sends output to many destinations


Tie-FileHandle-MultiPlex documentation  | view source Contained in the Tie-FileHandle-MultiPlex distribution.

Index


NAME

Top

Tie::FileHandle::MultiPlex - filehandle tie that sends output to many destinations

DESCRIPTION

Top

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

Top

BUGS

Top

This is a new module and has not been thoroughly tested.

AUTHORS AND COPYRIGHT

Top


Tie-FileHandle-MultiPlex documentation  | view source Contained in the Tie-FileHandle-MultiPlex distribution.