in reply to Re: Using Win32::Process to prevent timeouts
in thread Using Win32::Process to prevent timeouts

Replacing the second argument with $^X will make this more portable (not to other operating systems, but to computers where Perl was installed to some place other than C:/Perl).

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: Using Win32::Process to prevent timeouts

Replies are listed 'Best First'.
Re: (tye)Re: Using Win32::Process to prevent timeouts
by rchiav (Deacon) on Feb 05, 2002 at 13:04 UTC
    You know.. when I originally wrote this, I told myself to look up which variable held that data, knowing that I'd seen it before. Never got around to it.. good catch though.

    Rich