Help for this page

Select Code to Download


  1. or download this
       try {
          die;
    ...
          print 'error';
          return;        # Not very useful!
       };
    
  2. or download this
       &try(
          sub {
    ...
             },
          ),
       );