1POE::Pipe(3) User Contributed Perl Documentation POE::Pipe(3)
2
3
4
6 POE::Pipe - common methods for POE::Pipe::OneWay and POE::Pipe::TwoWay
7
9 None.
10
12 POE::Pipe implements lower-level internal methods that are common among
13 its subclasses: POE::Pipe::OneWay and POE::Pipe::TwoWay.
14
15 The POE::Pipe classes may be used outside of POE, as they don't use POE
16 internally.
17
19 The functions implemented here die outright upon failure, requiring
20 eval{} around their calls.
21
23 POE::Pipe::OneWay, POE::Pipe::TwoWay, POE
24
26 POE::Pipe is copyright 2001-2008 by Rocco Caputo. All rights reserved.
27 POE::Pipe is free software; you may redistribute it and/or modify it
28 under the same terms as Perl itself.
29
30
31
32perl v5.12.1 2010-04-03 POE::Pipe(3)