http://www.perlmonks.org?node_id=949963

aplonis has asked for the wisdom of the Perl Monks concerning the following question:

My screensaver defeat program relied on...

use Win32::OLE

...for access to the keyboard. But that module has not been updated since 2008-04-17. And the original no longer works since Windows 7. Any recommendations for access to the keyboard and mouse of Windows 7 via Perl?

In particular does anyone know if Win32::GuiTest functions okay on Win7?