Help for this page
HDC GetDC(<br /> HWND hWnd // handle to window<br /> );
#!/usr/bin/perl use strict; use warnings; ... print "The pixel color is: ", PixelColor('',$pt->{x}, $pt->{y}), "\n +"; sleep(2); }