A Perl newbie asks :
1. If an application program invoked from Perl abends,
how can I detect in Perl the type of abend (zero-divide etc)
or even that it has abended ?
2. I want to return an integer from my application program to Perl to indicate un/success - how can I pick up the value in Perl ?
Thankyou.