in reply to Re^3: How do I get output from the perl debugger (perl -d) into a text file?
in thread How do I get output from the perl debugger (perl -d) into a text file?

open DB::OUT, ">&STDOUT"

Do that after you've started the debugger (piped through tee) but before you've done anything too insteresting.

- tye        

  • Comment on Re^4: How do I get output from the perl debugger (perl -d) into a text file? (DB::OUT)
  • Download Code