Help for this page
sub dispatch { my($self, $code) = (shift, shift); ... die if $@; return $result; }