in reply to PERL/Tk Scrolled Textbox: How do I tell it to automatically scroll down?

Tk::Text
$text->see('end');
  • Comment on Re: PERL/Tk Scrolled Textbox: How do I tell it to automatically scroll down?
  • Download Code