in reply to Problem to add a timeout to external calls on Win32
I only took a glimpse at your post since its totally unreadable. Put code in <c>...</c> tags. They'll even handle escaping special HTML characters for you.
On of the problems you might be facing is getting the PID of the right process. You might be getting the PID of a shell used to launch the process. Create in Win32::Process will help you with that.
|
---|