http://www.perlmonks.org?node_id=501936


in reply to Perl Tk--Delay

You need $widget->update call to redraw so user will see your "program" (as you said this:)

Also, "afterIdle" and "after" could be used in your code as well.