in reply to Re: Keep a "system" process running if script is prematurely exited?in thread Keep a "system" process running if script is prematurely exited?
You can confirm by comparing strace/truss output with
perl -e 'system q{gedit &} scalar <>;' [download]