Help for this page
system( '/bin/sh', '-pc', "cmd string w/optional stderr and stdout red +irection" );
If there are no shell metacharacters in the argument, it is split into words and passed directly to "execvp", ...