Help for this page

Select Code to Download


  1. or download this
    sub err {
        { status => 0, error => shift(@_), external_id => undef);
    ...
       }
       return {status=>1, error=>undef, external_id=>$external_id};
    }