Help for this page

Select Code to Download


  1. or download this
    my %choices = (
            'fs_sub' => 'File Systems',
            'mem_sub' => 'Memory'
    );
    
  2. or download this
    foreach (keys(%choices)) {
               $choice_menu->command(-label => $choices{$_},
                    -activebackground => '#CCCCCC',
                    -command => \&$_);
    }
    
  3. or download this
    File Systems
    Memory
    Memory