in reply to Re^2: 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?

If you could post the part of your code that extracts the info using Win32::Exe that would help.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."
  • Comment on Re^3: method "new" leads to infinite loop with 100% CPU, troubleshooting??

Replies are listed 'Best First'.
Re^4: method "new" leads to infinite loop with 100% CPU, troubleshooting??
by resistance (Beadle) on Aug 22, 2008 at 19:46 UTC
    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. )