http://qs321.pair.com?node_id=317010


in reply to Re: How can I check which perl script is running in Windows?
in thread How can I check which perl script is running in Windows?

I also suggest proccess explorer from sysinternals ( the link at the end of PodMaster's post ). It allows you to see which filehandles each process has open, perl.exe is bound to have a filehandle on whatever script it is executing.

  • Comment on Re: Re: How can I check which perl script is running in Windows?