Help for this page

Select Code to Download


  1. or download this
    sub fatal_error {
      print STDERR "ERROR: ", @_," ",[caller(0)]->[2];
      usage();
      exit 1;
    }