http://qs321.pair.com?node_id=688041


in reply to handling HUP signals

The Description in the documentation for Sys::SigAction may provide a partial answer.

Replies are listed 'Best First'.
Re^2: handling HUP signals
by druidmatrix (Acolyte) on May 22, 2008 at 22:23 UTC
    Traveler, thank you for your reply. I did try to use POSIX handlers, but I see the same thing. So replacing the signal handlers with POSIX handlers in the code above doesn't seem to make a difference.