Help for this page
# popup.pl use Win32; ... return Win32::MsgBox($msg, $flags, $title); die $msg; }
# findpopup.pl use Win32::GuiTest qw(:ALL :SW); ... } }