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. )