Re: playing nicely with signal handlers
[email protected] (Zefram) Tue, 20 Apr 2004 19:33:19 +0100
| Newsgroups | perl.loop |
|---|---|
| Message-ID | <[email protected]> |
Joshua N Pritikin wrote: >Have you tried simply calling ->stop() on the SIGTSTP signal watcher? >I believe that will change the handler back to SIG_DFL. Ah, neat. That gives me option 2. Thanks. -zefram