in reply to Re: how to prevent perl script from terminating
in thread how to prevent perl script from terminating
Hi, I didnt try with: $SIG{'PIPE'} = 'IGNORE' before. Now I can prevent it from stopping and catch the exceptions aswell ... Thanks a lot!!!