$text = $mw->Scrolled("Text")->pack(); open( FILE, "MyText" ) or die "Arghh...$!\n"; while( <FILE> ) { $text->insert('end', $_ ); } close FILE;
In reply to Re: text widget in Perl/Tk question
by DigitalKitty
in thread text widget in Perl/Tk question
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |