Help for this page

Select Code to Download


  1. or download this
    sub __x_err {
        my $msg = shift;
        __x("$msg: {err}", err => $!, @_);
    };