in reply to Re^2: Tk::Table and optional scrollbar
in thread Tk::Table and optional scrollbar

my $header = $mw->Pane->pack( -side => 'top' ); my $rest = $mw->Scrolled ... ->pack;