in reply to how to prevent perl script from terminating

The problem is probably not that a particular line in NET::SSLeay fails, but rather that line is part of a method that assumes the connection is still intact. I think that is probably your job: test to make sure the connection is still active before attempting to execute this method in the NET::SSLeay package.

Dum Spiro Spero
  • Comment on Re: how to prevent perl script from terminating