Help for this page

Select Code to Download


  1. or download this
    my $dispatch = {
        1   => sub { return search_menu($current_user) },
    ...
    };
    
    &{ $dispatch->{ $choice } };