use IPC::Run qw(run); ... my @cmd = ("/bin/cpio", "-ov"); run \@cmd, '>', $tape or die "cpio: $?" [download]
In reply to Re: Using IPC::Run by pc88mxer in thread Using IPC::Run by gw1500se