flocking issues

Randal L. Schwartz merlyn at stonehenge.com
Wed May 30 15:15:40 CDT 2001


>>>>> "Joshua" == Joshua Keroes <joshua_keroes at eli.net> writes:

Joshua> Will DESTROY get called if the user hits ^C, sending SIGINT?

Not unless you trap that signal and die..

  use sigtrap qw(die INT QUIT);

I didn't look at the rest of the code.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
TIMTOWTDI



More information about the Pdx-pm-list mailing list