I have a huge Perl script,which many times it hangs, When it's in running state, i need to find out, which step it's now executing.
I don't want "Devel::Trace" [compile time entity], Is there anything like strace kind of thing? to which i can pass the pid of the script and it will show me, what is it executing at run time. Please let me know.
~ Mandar.