in reply to Perl::Tk - Event sequencing question

Maybe you can create a "wizard"-like interface --- there's even a CPAN module Tk::Wizard which might be suitable for your task.

If all you want is blocking an execution thread, then you want to look at $mw->waitVariable.

  • Comment on Re: Perl::Tk - Event sequencing question