Help for this page

Select Code to Download


  1. or download this
    {
        my %dispatch_error;
    ...
    catch {
        handle_error($_);
    };
    
  2. or download this
    # not quite Perl
    sub work
    ...
            say "something else went wrong";
        }
    }