my $sv_menu = $menubar->Menubutton( -text => "Sv", -activebackground => 'blue', -activeforeground => 'white', -tearoff => 0, -menuitems => [ [ Button => '~Conf', -command => \&hello, -accelerator => '' ], [ Button => "~Utility", -command => \&ello , -accelerator => '' ], ["separator" => " "], ] )->pack(-side => 'left');