in reply to Re: Non-shell-invoking system/exec and qx//
in thread Non-shell-invoking system/exec and qx//

... You're still using the shell though.

Don't think so (at least not on Unix).  For example:

$ strace -fq -eexecve perl -e 'system "/bin/echo", "foo"' execve("/usr/local/bin/perl", ["perl", "-e", "system \"/bin/echo\", \" +foo\""], [/* 71 vars */]) = 0 [pid 27279] execve("/bin/echo", ["/bin/echo", "foo"], [/* 71 vars */]) + = 0

So, no shell involved...

Replies are listed 'Best First'.
Re^3: Non-shell-invoking system/exec and qx//
by BrowserUk (Patriarch) on Jun 18, 2008 at 16:16 UTC