Hi,
I would like to use one perl script to start a processes at a background using Win32:Process and another script to check if the background processes are still running, eventually with what exit code had the process finished. But I do not know whether there is an apparatus in perl to build something like this. My idea was "somehow" to save reference to an object I get by Win32::Process::Create and later use this reference in another script. My question might be pretty naive but I want to ask anyway :-)
Thanks
Tomas