Help for this page

Select Code to Download


  1. or download this
    try {
      something_that_might_blow_up();
    } catch {
      /POSSIBLE_ERROR/ && print "FATAL:A bad thing happened\n";
    };