Search Results

0
votes

What’s the difference between ignoring a signal and telling it to do nothing in Perl?

Not sure why it is not working as you expect, but normally when I try to accomplish similar things I also trap the TERM signal in addition to the INT signal. …