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 ?
In reply to how to prevent perl script from terminating by kamrul
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |