in reply to Re: Is adding print lines the only way to go to find computational error in a scrpt?
in thread Is adding print lines the only way to go to find computational error in a scrpt?

One more way, adding at the top of script: BEGIN {open (STDERR, ">>/path/error.log")}
  • Comment on Re: Answer: Is adding print lines the only way to go to find computational error in a scrpt?
  • Download Code