NAME
Chj::IO::PipelessCommand
SYNOPSIS
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.