in reply to Re: Tk and scrollbars
in thread Tk and scrollbars

Thank you - my(@old_x_view) = $text->xview; $text->xview(moveto => $old_x_view[0]); this works perfectly --jammin