in reply to how to proper leave a Win32::GUI::DoEvents() while loop ?

while(1){ last if Win32::GUI::DoEvents() != -1; last if $win->PostQuitMessage; }

Replies are listed 'Best First'.
Re^2: how to leave a Win32::GUI::DoEvents() while loop ?
by cbrauner (Novice) on Aug 20, 2009 at 14:39 UTC
    i will try it