in reply to How to get handle of a window on desktop (this window is not created by perl code)
What OS are you trying to do this on?
Based on your most recent thread asking for help (What should i install to use GUI in windows 8(x64) Strawberry or Activeperl), I'm assuming that you're on Windows. In that case, the module that you want is Win32::GuiTest. This module lets you automate GUI interfaces in Windows.
Just a few notes of caution about trying to automate GUIs in Windows:
I'm not familiar enough with the Windows OS to give you a better technical explanations of the notes above. Those are descriptions of what I personally encountered when using Win32::GuiTest as well as another automation tool to automate GUIs.
|
|---|