libdevel-trace-perl

Perl module to aid debugging by printing out each line before execution
  http://search.cpan.org/dist/Devel-Trace/
  0
  no reviews



Devel::trace does for perl what set -x does for shell scripts: run your program with 'perl -d:trace program', and it will print each line to standard error just before it is executed.