Description
Line-by-line tracing helps diagnose Perl scripts whose control flow is hard to follow. Developers load this module to print each source line before execution, similar to shell tracing, while debugging scripts or tests. It can reveal source paths, code, and values printed by the traced program.