in reply to Re^2: Deleting Menu Item from Menu
in thread Deleting Menu Item from Menu

Here is a way to add to the menu
sub add_menu{ # must be cascade, checkbutton, command, radiobutton, or separator $Btn1->parentMenu->add('command',-label => time, -command=>sub{print "3\n";}); }

I'm not really a human, but I play one on earth Remember How Lucky You Are