The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Chj::xpipe

SYNOPSIS

    use Chj::xpipe;
    my ($read,$write) = xpipe; # or xpipe READ,WRITE ? hmmm. not yet.
    $read->xclose;
    $write->xprint("Hello");

DESCRIPTION

Returns two Chj::IO::Pipe filehandles/objects.

NOTE

You should trap SIGPIPE or the program will exit before an exception is thrown.

SEE ALSO

Chj::IO::Pipe, Chj::IO::File

NOTE

This is alpha software! Read the status section in the package README or on the website.