$text = $mw->Scrolled("Text")->pack(); open( FILE, "MyText" ) or die "Arghh...$!\n"; while( ) { $text->insert('end', $_ ); } close FILE;