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

Pcore::Util::Sys::Proc

SYNOPSIS

my $proc = P->sys->run_proc(
    $cmd,
    stdin                  => 0,
    stdout                 => 0,
    stderr                 => 0,
    setsid                 => 0,
    setpgid                => 1,
    win32_alive_timeout    => 0.5,
    kill_on_destroy        => 1,
)->wait;

DESCRIPTION

ATTRIBUTES

METHODS

SEE ALSO