FW: Signal Handlers

2008-07-09 Thread Rajnikant
Can someone confirm whether you people getting my mails or not? If yes, please commment on following code _ From: Rajnikant [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 6:49 PM To: 'Perl Beginners' Subject: FW: Signal Handlers Hello all, I want to catch SIGS

FW: Signal Handlers

2008-07-08 Thread Rajnikant
Hello all, I want to catch SIGSEGV signal, do some processing and after that want to call default SIGSEGV handler. I was not getting how to call default SIGSEGV handler. Following code snippet is the work around I'm using. Let me know if anything wrong in this code or your thaughts on this. loc