if exists $self->{funcs}{$self->{method}} { $self->{funcs}{$self->{method}}(params); } else { die "Sorry, the method $self->{method} isn't valid!"; }