Help for this page

Select Code to Download


  1. or download this
      sub dispatch {
        my($self, $code) = (shift, shift);
    ...
        die if $@;
        return $result;
      }