Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
perl5
/
vendor_perl
/
POE
/
Pipe
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
OneWay.pm
1.01 KB
-rw-r--r--
2020-02-01 16:21:39
Edit
Del
TwoWay.pm
1.02 KB
-rw-r--r--
2020-02-01 16:21:39
Edit
Del
Editing: TwoWay.pm
(1.02 KB)
Path: /usr/share/perl5/vendor_perl/POE/Pipe/TwoWay.pm
Back
# Deprecation notice: Read POE::Pipe's documentation. package POE::Pipe::TwoWay; use warnings; use strict; use base qw( POE::Pipe ); use vars qw($VERSION); $VERSION = '1.368'; # NOTE - Should be #.### (three decimal places) use IO::Pipely qw(socketpairly); sub new { my ($class, $conduit_type) = @_; return socketpairly( debug => 0, type => $conduit_type, ); } 1; __END__ =head1 NAME POE::Pipe::TwoWay - Deprecated and replaced with delegates to IO::Pipely. =head1 SYNOPSIS See L<POE::Pipe> and L<IO::Pipely>. =head1 DESCRIPTION This module is deprecated. L<IO::Pipely> was released to CPAN as its replacement. Please see L<POE::Pipe> for details, including the deprecation schedule. =head1 SEE ALSO L<POE::Pipe> and L<IO::Pipely>. =head1 AUTHOR & COPYRIGHT POE::Pipe::TwoWay is copyright 2001-2013 by Rocco Caputo. All rights reserved. POE::Pipe::TwoWay is free software; you may redistribute it and/or modify it under the same terms as Perl itself. =cut # rocco // vim: ts=2 sw=2 expandtab # TODO - Edit.