I had a problem recently, where a perl script was consuming server resources. I found out it was a perl script by using "top". But it didn't give the path to the script. Nor did "ps".
Is it possible to get the paths to currently running perl scripts? If so, how?
Clarification : i don't need the path to the perl binary, i need the path to the perl script that binary is currently executing.