kamrul has asked for the wisdom of the Perl Monks concerning the following question:
As per my debugging this issue is occurring from line number 1895 of SSLeay.pm
$wrote = write_partial($ssl, $written, $to_write, $$data_ref);I tried to catch if any exception, term signal were sent but no luck. If there is a network issue or any sort of error I expect it should show an error message/ exception that can be handled. But it simply kills the program without saying anything. So, how can I prevent write_partial() function from terminating my program ?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: how to prevent perl script from terminating
by t_rex_joe (Sexton) on May 20, 2015 at 17:44 UTC | |
by kamrul (Acolyte) on May 20, 2015 at 18:01 UTC | |
by GotToBTru (Prior) on May 20, 2015 at 18:22 UTC | |
by kamrul (Acolyte) on May 20, 2015 at 18:14 UTC | |
Re: how to prevent perl script from terminating
by Anonymous Monk on May 20, 2015 at 18:47 UTC | |
by kamrul (Acolyte) on May 20, 2015 at 19:31 UTC | |
Re: how to prevent perl script from terminating
by GotToBTru (Prior) on May 20, 2015 at 18:33 UTC |