my %message_types = ( type1 => sub { $self->sub_1(@_); }, type2 => sub { $self->sub_2(@_); }, ); $message_types{$type}->(@args);