Search Results

-1
votes
1answer
132 views

Why doesn’t my HUP signal handler update the global variable in Perl?

Hello, I'm doing something like the following: I run a Perl script which has the following: # First i install a signal handler for HUP which sets a global flag. $SIG …