1POE::Pipe(3) User Contributed Perl Documentation POE::Pipe(3)
2
3
4
6 POE::Pipe - common functions for POE::Pipe::OneWay and ::TwoWay
7
9 None.
10
12 POE::Pipe contains some helper functions to create a socketpair out of
13 discrete Internet sockets. It's used by POE::Pipe::OneWay and
14 POE::Pipe::TwoWay as a last resort if pipe() and socketpair() fail.
15
17 The functions implemented here die outright upon failure, requiring
18 eval{} around their calls.
19
21 POE::Pipe is copyright 2001 by Rocco Caputo. All rights reserved.
22 POE::Pipe is free software; you may redistribute it and/or modify it
23 under the same terms as Perl itself.
24
25
26
27perl v5.8.8 2006-09-01 POE::Pipe(3)