in reply to Re^3: method "new" leads to infinite loop with 100% CPU, troubleshooting??
in thread method "new" leads to infinite loop with 100% CPU, troubleshooting??
Which "couple of strings" do you need?
http://www.perlmonks.org/?node_id=287010
Win32 Fileversion info from .exe/.dll-files
This code does exactly what I need - extract CompanyName FileDescription FileVersion ProductVersion etc from exe/dll files.
Seems that some tasks should/can be done with simple methods like this one, instead of using modules. )