Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: Do's and Dont's inside a signal handlerby f00li5h (Chaplain) |
on Dec 18, 2008 at 13:53 UTC ( [id://731251]=note: print w/replies, xml ) | Need Help?? |
Do as little as possible, the more stuff you do the more chance that things are happening at an inconvieniant time for your application... interrupted syscalls etc Basically, just set a flag that your application will check and reset next iteration through... the handler only signals the outside that next time through it should stop... @_=qw; ask f00li5h to appear and remain for a moment of pretend better than a lifetime;;s;;@_[map hex,split'',B204316D8C2A4516DE];;y/05/os/&print;
In Section
Seekers of Perl Wisdom
|
|