Hi All,
I need to write a perl script such that when the script starts, it should check for another instance of the script and if any previous instance of the same script detected, it should stop the previous instance and continue with the current instance .
I have done this in linux systems, using Proc::ProcessTable module.Does anyone know how to achieve this in windows ?
Thanks in Advance!