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.

Replies are listed 'Best First'.
Re^2: Perl Tk--Delay
by FM (Acolyte) on Oct 22, 2005 at 04:12 UTC
    Thanks. It sure makes a difference...