sub error_out { defined(wantarray()) ? shift : croak("Untrapped error '$_[0]'"); } #### return error_out($failure) if $failure;