Help for this page

Select Code to Download


  1. or download this
    my %dispatcher = ( foo => 'set_foo', bar => 'set_bar' );
    my $method = $dispatcher{$code};
    $self->$method( $parameter );