SlackBuildsOrg/perl/perl-Devel-Trace
Jeremy Hansen 4e8e43b413
perl/perl-Devel-Trace: Added (Print each line before execution)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-30 13:51:59 +07:00
..
perl-Devel-Trace.info
perl-Devel-Trace.SlackBuild
README
slack-desc

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.