in reply to Re: external applications on Win32 - Win32::Process
in thread external applications - system?

I am trying to do something very similar to what you describe, and read this thread with great interest, then chased off to investigate Win32::Process... Only to have Komodo show a compile error any time I added "use Win32::Process;" to a script. That's right, before I even place a call to it, just the invocation is sufficient. perl -cw script.pl will say all is OK, so it looks like a bug in Komodo. I am just looking to see if anyone else has seen this happen? As a novice, I trust Komodo's warnings (maybe more than I should), and wanted to see if anyone else had encountered this.
Michael Gucciard
Novice Perl Programmer
  • Comment on Re: Re: external applications on Win32 - Win32::Process