in reply to Re^2: how to prevent perl script from terminating
in thread how to prevent perl script from terminating
But no luck! the script is terminating showing no error. Is there anything else I can try ?eval{ $wrote = write_partial($ssl, $written, $to_write, $$data_ref); }; print "Write error $@" if $@;
|
---|