README 247 B

1234567
  1. perl-Devel-Trace (Print out each line before it is executed)
  2. If you run your program with perl -d:Trace program, this module will
  3. print a message to standard error just before each line is executed.
  4. This is something like the shell's -x option.