Help for this page

Select Code to Download


  1. or download this
    sub sub {
        my ($self,$type,@args) = @_;
    ...
        );
        return $message_types{$type}->($self,@args);
    }