🎴 Flashcard Mode

Perl Programming Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
Invoke the Perl debugger
💡 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.

Change Mode