if (my $code = $self->{funcs}{$self->{method}}) { $self->$code(@params); } else { die "..."; }