dollyp has asked for the wisdom of the Perl Monks concerning the following question:
Hi Fellow PerlMonks,
I have a text box where I want to use the tab key to move between different text and also want the currently selected text to be highlighted. it is a very basic functionality present in every text editor but I don't know how to implement this in Perl/Tk.
Comment on Bind tabs to move highlight forward in text widget