in reply to Re: Perl/tk Text Boxes insert problem
in thread Perl/tk Text Boxes insert problem

Thank you for your help. I fixed it by putting this code after each section it updates. I also changed the textbox to a label and used configure(-text => "blah"):

$main => update;