POE::Pipe - common functions for POE::Pipe::OneWay and ::TwoWay |
POE::Pipe - common functions for POE::Pipe::OneWay and ::TwoWay
None.
POE::Pipe contains some helper functions to create a socketpair out of
discrete Internet sockets. It's used by POE::Pipe::OneWay and
POE::Pipe::TwoWay as a last resort if pipe()
and socketpair()
fail.
The functions implemented here die outright upon failure, requiring eval{} around their calls.
POE::Pipe is copyright 2001 by Rocco Caputo. All rights reserved. POE::Pipe is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
POE::Pipe - common functions for POE::Pipe::OneWay and ::TwoWay |