I am running a Perl script that calls SAP RFC to communicate with an SAP system. If the system doesn't exist then my program dies with an RFC Timeout.
In the C modules that were used, there is a CROAK routine which I think is where it issues the error.
How can I prevent my Perl script from just aborting?
I want it to continue processing.
In the C modules that were used, there is a CROAK routine which I think is where it issues the error.
How can I prevent my Perl script from just aborting?
I want it to continue processing.