in reply to Re: Nested runtime warning disabling
in thread Nested runtime warning disabling
The local signal handler might work if I can just catch the class of error I'm trying to supress and 'pass through' everything else as normal.sub another_test { AnotherSub(); }
|
---|