Help for this page

Select Code to Download


  1. or download this
    $obj->method();
    
  2. or download this
    sub dispatch {
        my ($obj, $method_name, @args) = @_;
    ...
        }
        die "Could not find '$method_name' for $obj";
    }