Help for this page

Select Code to Download


  1. or download this
    {
        my %dispatch_error;
    ...
            return;
        }
    }
    
  2. or download this
    try {
        myroutine();
    ...
    catch {
        handle_error($_);
    };