When I run a script from within another application that supports Perl then the application will be locked until the script has finished. Is it possible in Perl to build in a Pause with a TK gui that allows interacation (unlock the application) with the application until the operator tell the script to continue.
(I have been checking google but only could find sleep which only delay the script but doesn not allow interaction)