Re: Have Perl echo code while executing it w/o prompting me per line

2009-07-20 Thread Chas. Owens
On Mon, Jul 20, 2009 at 18:30, Sara Kinner wrote: > How can I make Perl echo each line of code before executing it? I > don't want to hit return after each code line is printed: I just want > Perl to print it as it's executing code normally. > Take a look at [Devel::Trace][0]. Once you have insta

Have Perl echo code while executing it w/o prompting me per line

2009-07-20 Thread Sara Kinner
How can I make Perl echo each line of code before executing it? I don't want to hit return after each code line is printed: I just want Perl to print it as it's executing code normally.