Help for this page

Select Code to Download


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