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

The OP has stated that they are having to scroll up a DOS window.
perlman:perldebug may help. See if you can set LineInfo to a file in the initialization options, something like:
&parse_options("NonStop=1 LineInfo=db.out AutoTrace");
Hope this helps.

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