The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Chj::IO::PipelessCommand

SYNOPSIS

use Chj::IO::PipelessCommand;
use Chj::xopen qw(xopen_read);
use Chj::xtmpfile;

my $in = xopen_read $inpath;
my $out = xtmpfile $outpath;
my $c = Chj::IO::PipelessCommand
           ->new_with_in_out ($in,$out, $path, @args);
# $c can't be read from or written to.
$c->xxfinish;

DESCRIPTION

NOTE

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