$top = MainWindow->new(); $top->title("Window Title"); $main_frame = $top->Frame()->pack( -fill=>'both', -expand=>1 );