my %handler_for = ( type1 => 'sub1', type2 => 'sub2', ); my $handler = $handler_for{ $type }; $self->$handler( $var );