in reply to Problems in Using FindWindowLike Function

Is FindWindowLike in intellibuild.pl, or in a module you use? Did you check that the actual function has capital 'f', 'w' and 'l' in its name?

Replies are listed 'Best First'.
Re^2: Problems in Using FindWindowLike Function
by Anonymous Monk on Oct 20, 2008 at 10:04 UTC
    He says I read at http://www.perl.com/pub/a/2005/08/11/win32guitest.html? page=1

    that I have to include Win32::GuiTest module in order to use the function, but what if my program is running on Unix platform? What is the appropriate module that I need to include?