The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

Chj::IO::PipelessCommand

SYNOPSIS

use Chj::xopen qw(xopen_read);
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.