in reply to Perl/TK: enabling a disable menu item
$sv_menu->AddItems([command => 'Edit', -command => \&edit]); [download]