Next System Programming in Perl 11

Why fork and exec?

        fork_and_then_exec("/bin/ps");


Next 11