MrGuy has asked for the wisdom of the Perl Monks concerning the following question:
The closes I can find in CPAN is Win32::CtrlGUI and that doesn't seem quite right. Clues?while( true ) { ReadTextFromWindow(Handle); if( qr/"Whatever triggers I need"/) { AddTextToWindow(Handle); } }
|
|---|