my @menu_items = ( { path => '/_File', type => '' }, { path => '/File/_Quit', accelerator => 'Q', callback => \&main_quit }, { path => '/_Hilfe', type => '' }, { path => '/File/About', callback => \&show_about_msg } );