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?
bash -x script.sh
Devel::Trace is the Perl analogue, the trace module is Python's.
1.4m articles
1.4m replys
5 comments
57.0k users