I am on a NT machine where there are many people coding many perl scripts. We have the suspicion that there is a "runaway" script which gets run on occassion that loops infinitely and eventually causes crashing. This bad script has proven to be most elusive because the script is most likely being run as a CGI.
Is there a way to tweak the call to perl so that it could log what scripts call what files and when they end successfully so that when we go in the loop next time, we could consult the log for the culprit?