I have a string that I want to extract fields from.
The string is awkward (to me anyway).
It is as follows:
018:000000000000100778,010:abcdefghij,004:xx,xx,003:bbb,017:abcdefghijklmnopq,001:x
Each 3 digit number before the : is the size of the proceeding field i.e. 018:000000000000100778 means...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.