in reply to Re^2: Dispatch table within package question
in thread Dispatch table within package question
Which I agree looks more like a method call and avoids having to pass $self manually -- Brianmy $method = $message_types{$type}; $self->$method(@args);
|
---|