Help for this page

Select Code to Download


  1. or download this
    sub try (&@) {
        print "try();\n";
    ...
    } catch {
        print "FAILED!\n";
    };
    
  2. or download this
    catch();
    try();
    FAILED!
    did ok