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