<p>You could use a double fork on Unix to cause the parent to disown the child. There's some info on how to do this in perlfaq8 (look for "daemon" or "background"). I do not know how current that FAQ is. You can also look for daemon, process, and IPC modules on CPAN for doing this.</p>

<p>Cheers.</p>
<p>--<br>
Andrew Sterling Hanenkamp<br>
<a href="mailto:sterling@hanenkamp.com">sterling@hanenkamp.com</a><br>
785-370-4454</p>
<div class="gmail_quote">On Nov 25, 2011 2:16 PM, "Nick Wertzberger" <<a href="mailto:wertnick@gmail.com">wertnick@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br><br>Google is not being friendly to me today. What do you guys do to stop a child process from being killed on termination of a parent process in perl? I would prefer to not do a `nohup $shellCall`, so if you have an alternative, I am all ears!<br>

<br>Thanks,<br><br>- Nick<br>
<br>_______________________________________________<br>
Omaha-pm mailing list<br>
<a href="mailto:Omaha-pm@pm.org">Omaha-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/omaha-pm" target="_blank">http://mail.pm.org/mailman/listinfo/omaha-pm</a><br></blockquote></div>