in reply to Identification of object

Your question isn't exactly clear, but if I understand you correctly you are using Perl to test another application. Are you using Win32::GuiTest? If so see spy.pl from Win32::GuiTest::Examples which may help, failing that perhaps the x,y coordinates for this icon could be determined then used to drive the mouse using the SendMouse method.

Martin