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


in reply to Problem with WaitWindow() in Win32::GuiTest

the WaitWindow subroutine was added in release 1.50.2-ad of Win32::GuiTest. if you have an earlier release (like 1.3.0,) WaitWindow won't work. try:

use Win32::GuiTest 1.50.2 qw(...);

~Particle *accelerates*

Replies are listed 'Best First'.
Re^2: Problem with WaitWindow() in Win32::GuiTest
by Edge118 (Initiate) on Jul 27, 2004 at 16:44 UTC
    I had the 1.3 version. Thanks.