Help for this page

Select Code to Download


  1. or download this
    sub error_out {
      defined(wantarray()) ? shift : croak("Untrapped error '$_[0]'");
    }
    
  2. or download this
      return error_out($failure) if $failure;