I have a sub named main() and it calls a function named abc() that has error handling codes. How do I write the error handling codes in abc() so that the sub main() knows about the error?
Currently when an error occurs, the err.number property has a value but only when in the function abc().
Bookmarks