Is there a way to get the handle of a windows process by name(e.g. IEXPLORE.exe) ,and kill it from a perl script.
We execute a windows application from a perl script.If the execution time of the application exceeds a particular interval,we need to forcefully kill it.
We execute a windows application from a perl script.If the execution time of the application exceeds a particular interval,we need to forcefully kill it.