NAME
Pcore::Lib::Sys::Proc
SYNOPSIS
my $proc = P->sys->run_proc(
$cmd,
win32_create_no_window => 0,
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
To install Pcore::Lib::Sys::Proc, simply copy and paste either of the commands in to your terminal
cpanm
cpanm Pcore::Lib::Sys::Proc
CPAN shell
perl -MCPAN -e shell
install Pcore::Lib::Sys::Proc
For more information on module installation please visit the detailed CPAN module installation guide.