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

NAME

Chj::xoutpipe

SYNOPSIS

    use Chj::xoutpipe;
    {
        my $p= xoutpipe "sendmail","-t";
        $p->xprint("From: $from\n");
        my $rv= $p->xfinish; # does close and waitpid, returns $?
        # see Chj::IO::Command for more methods.
    }

DESCRIPTION

Start external process with a writing pipe attached. Return the filehandle which is a Chj::IO::Command (which is a Chj::IO::Pipe which is a Chj::IO::File) object.

SEE ALSO

Chj::IO::File, Chj::xsysopen, Chj::xopendir

NOTE

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