http://qs1969.pair.com?node_id=493609

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

How can I fetch the text from Windows Title Bars from all running processes that has a window open?
For example internet explorer, when visiting the site google.com has the title bar text "Google - Microsoft Internet Explorer"

I have tried to use  Win32::Process::Info, but the title bar text doesn't seem to be in the process information...

Anyone knows a fairly easy way to solve this problem?