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


in reply to record every backtick on STDOUT or some log file

Personally, I'd replace all backticks with a call to a function/method with the string as an arg. Then you can do whatever you want there. And change your mind later easily.
  • Comment on Re: record every backtick on STDOUT or some log file