in reply to Re^2: Perl launching process
in thread Perl launching process

It does not, as a trivial test will confirm.

$ perl -e 'print "###", `chown foo /`, "###\n"'