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
NOTE
This is alpha software! Read the package README.