- or download this
perl -MTk -e " tkinit->TextEdit->pack; MainLoop "
- or download this
perl -MTk -e " tkinit->Scrolled( q/TextEdit/ )->pack; MainLoop "
- or download this
perl -MTk -e " my $te = tkinit->Scrolled( q/TextUndo/ )->pack; $te->Lo
+ad( q/filename/ ); MainLoop "