Re: Pipe print output into shell in debugger

2008-07-28 Thread Marek
On Jul 28, 1:27 am, [EMAIL PROTECTED] (Richard Lee) wrote: I am sure there are other ways to do this but I always wonder how to get this done. Many research and I found that I could have |  (pipe) precede your command and output will go to your pager. I am just not sure how to change the

Pipe print output into shell in debugger

2008-07-27 Thread Marek
Hello all, while being in the debugger, how do I pipe all printings going to a OUTputfile like: print OUT text text text; into the shell? I read perldebug and perldebguts, but probably I just overread it? Thank you for your help marek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Pipe print output into shell in debugger

2008-07-27 Thread Richard Lee
Marek wrote: Hello all, while being in the debugger, how do I pipe all printings going to a OUTputfile like: print OUT text text text; into the shell? I read perldebug and perldebguts, but probably I just overread it? Thank you for your help marek I am sure there are other ways to