The Signal Handling Blues. Unix/POSIX signal handling is tricky at… | by booking.development | Booking.com Development | Medium
fetched at July 15, 2020
In Perl, signal handling feels particularly messy: There can only be one signal handler per signal type at any given time. The handlers are stored in a global array %SIG, so in order to catch SIGINT…