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