summaryrefslogtreecommitdiffstats
path: root/perl/perl-Devel-Trace/README
blob: cb25f9ee53570626ed986c6b9556741d334cf452 (plain)
1
2
3
4
5
6
perl-Devel-Trace (Print out each line before it is executed)

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.

This is something like the shell's -x option.