I know that "bash -x script.sh" will execute script printing each line before actual execution. How to make perl and python interpreters do the same?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Devel::Trace is the Perl analogue, the trace module is Python's. |
|||||||||
|