in reply to Re: Using a goto in a $main_window->after command
in thread Using a goto in a $main_window->after command

There's a shortcut for the DoOneEvent loop. It's called update() :-)
  • Comment on Re^2: Using a goto in a $main_window->after command

Replies are listed 'Best First'.
Re^3: Using a goto in a $main_window->after command
by axis3x3 (Acolyte) on Jun 04, 2004 at 11:08 UTC

    Fantastic! That got it working exactly as I intended! Thanks to PodMaster for the idea and the general hint to look at the source code, and to eserte for the improvment.

    By the way for anyone following this, the update method needs to be called on a MainWindow object.