123
$proc = Proc::Simple->new();$status = $proc->start("/bin/echo", "hello", "world");$pid = $proc->pid;