our $simlist = $simhost_frame->Listbox( -selectmode =>"single", -height=>'5' )->pack(); $simlist -> insert('end',@regler); our $ioslistbox = $ios_frame->Listbox( -selectmode =>"single", -height=>'5' )->pack(); $ioslistbox -> insert('end',@ios);