in reply to Interrupt Signal Handler

I can't be sure how you're using Carp, but I remember it being a little buggy in Perl 5.6.0. Upgrading to 5.6.1 ought to fix that issue, if it's what I think it is. Can you post the code that uses Carp as well as the version of Perl?

Replies are listed 'Best First'.
Re: Re: Interrupt Signal Handler
by bayruds (Acolyte) on Jul 13, 2003 at 01:42 UTC
    Hi chromatic, I donot use Carp modules's functions anywhere in my program. But I do use die and exit. Can it be because of that? Thanks