http://qs1969.pair.com?node_id=612035


in reply to Re: Signal Handling throws Core Dump
in thread Signal Handling throws Core Dump

$sig is just a scalar I use to determine when the loop should stop.
until ($sig) { # do some stuff }
I declare $sig earlier with our in attempt to disqualify any scoping issues as the source of problems. I'm going to try it on another box with the same set up and see if I have the same issue.

Update:
I tried it on a different server running the same OS and version Perl, with the same result.


dsb
This @ISA my( $cool ) %SIG