Help for this page

Select Code to Download


  1. or download this
    my $self->{message_types} = (
       type1 => sub { $self->sub_1(@_); },
       type2 => sub { $self->sub_2(@_); },
    );
    
  2. or download this
    $self->{message_types}->{$type}->(@args);