Multiple choice technology programming languages

Running your Perl scripts with a d switch will perform which task?

  1. Invoke the Perl debugger

  2. Disable the Perl debugger

  3. Disable breakpoints

  4. Display a stack trace

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Running a Perl script with the -d command-line switch starts the script under the interactive Perl debugger, allowing you to step through code, set breakpoints, and inspect variables.