Help for this page

Select Code to Download


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