Help for this page

Select Code to Download


  1. or download this
        return $self->myFunction;
    
  2. or download this
    # Pick a method, wrap it up an a coderef and return it
    sub method_chooser {
    ...
      # But run it all the same
      $code_ref->();
    }