http://www.perlmonks.org?node_id=316970

pijush has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks!

In unix box when a perl script is running then from the output of ps -ef I can easily determine the name of the perl script which is running (obviously, the path name of the perl script is short enough to see). But in case of windows when a perl script is running, only a Perl.exe is running. I have tried with both task manager and tlist, but both are showing only perl.exe is running.
How can I determine the perl script name which is currently running in Windows box?
Thanks in advance.
Regards
-Pijush