cbrauner has asked for the wisdom of the Perl Monks concerning the following question:
how i can leave whis while loop (eg getting a -1 for DoEvents()) ?while((Win32::GUI::DoEvents() != -1) { }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to leave a Win32::GUI::DoEvents() while loop ?
by Anonymous Monk on Aug 20, 2009 at 13:17 UTC | |
by cbrauner (Novice) on Aug 20, 2009 at 14:39 UTC |