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


in reply to Re: Tk::waitVariableX - AUTOLOAD failed
in thread Tk::waitVariableX - AUTOLOAD failed

Intention is to implement a non-blocking wait (other Tk-events to be processed), which may be interrupted by a 'wait-timer' or by a variable changing its content - whatever occurs first. The repetition (while loop) is merely used to demonstrate the issue.
  • Comment on Re^2: Tk::waitVariableX - AUTOLOAD failed