One thing at a time all the time!

Welcome to Rocteur
Friday, April 19 2024 @ 05:02 PM CEST

How to execute a perl script verbosely? (debug)

Investigating the Perl debugger (see perldoc perldebug)

$ PERLDB_OPTS="NonStop frame=6 AutoTrace" perl -d program.pl

FAQ Manager » Perl » How to execute a perl script verbosely? (debug)