my $pageframe = $page1 -> Frame (-background => 'sky blue'); $pageframe -> pack(-side => 'top'); my $zweiterframe = $page1 -> Frame (-background => 'sky blue'); $zweiterframe -> pack(-side => 'bottom'); $pageframe->Label(-text=> 'Hier finden Sie alle in Scrutator verfügbaren Suchmaschinen.', -font=>'{Bimini} 12 {bold}', -background=>'sky blue')->pack(); for(my $i = 0;$i < 6;$i++) { my $frameverwendung = $pageframe; $frameverwendung->Checkbutton(-text=>$av_searches[$i], -font=>'{Bimini} 12 {bold}', -background=>'sky blue', -activebackground=>'sky blue', -variable=>\$value)->pack(-side=>'left'); $checkbuttonzahl++; if($checkbuttonzahl == 3) { my $chechbuttonzahl = 0; $frameverwendung = $zweiterframe; } }