Help for this page

Select Code to Download


  1. or download this
    
    sub native_optionmenu {
    ...
       $mb;
    
    }
    
  2. or download this
    
    sub update_native_optionmenu_options {
    ...
    }
    
    }
    
  3. or download this
    update_native_optionmenu_options(
        $nm_wg,
        \$nm_string,
        [sub {print "native om = @_.\n"}, 'First'],
        \@nm_local_options);