On Thu, Feb 11, 2010 at 6:39 AM, Shawn H Corey <shawnhco...@gmail.com> wrote:

>
> You can do the same thing inside Perl with %SIG:
>
>  $SIG{HUP} = 'IGNORE';
>

Also "nohup" redirect all stdout and stderr to a file "nohup.out".
So you have also to reopen STDOUT and STDERR to a file handle if doing
it in the script.

btw, Cheers Chinese New Year for all Chinese Perl users.

-- 
Jeff Peng
Email: jeffp...@netzero.net
Skype: compuperson

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to