f3ff6b66c7
Print out each line before it is executed (like sh -x).
5 lines
231 B
Text
5 lines
231 B
Text
If you run your program with perl -d:Trace program, this module will print a
|
|
message to standard error just before each line is executed. For example, if
|
|
your program looks like this:
|
|
|
|
WWW: http://search.cpan.org/dist/Devel-Trace/
|