With Perl/Tk I want to run a subroutine immediately after MainLoop has been ‘used’.
I found I can do this by adding a bind on to the main window that was activated whenever
the cursor was moved. This had the desired result. However, if there a more elegant way of achieving this?