Help for this page
sub SomeOtherSub { print "c\n"; ... eval { SomeSub(); 1 } or print("Caught an error!\n"); print "f\n";
a b c Caught an error! f