in reply to Re^2: How to use FindWIndowLike to find a window like "SURFer++ note" under Win32::GuiTest module
in thread How to use FindWIndowLike to find a window like "SURFer++ note" under Win32::GuiTest module

qr// is used to create a string that looks like a regular expression. See perlop on Regexp Quote Like Operators.

  • Comment on Re^3: How to use FindWIndowLike to find a window like "SURFer++ note" under Win32::GuiTest module
  • Download Code

Replies are listed 'Best First'.
Re^4: How to use FindWIndowLike to find a window like "SURFer++ note" under Win32::GuiTest module
by ankit.tayal560 (Beadle) on Sep 08, 2016 at 10:12 UTC

    thanks a lot ! works good for me(y)