mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
4e8e43b413
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
247 B
Text
6 lines
247 B
Text
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.
|