CIW
1D0-437 · Question #92
Which of the following tasks is the least effective in reducing errors in Perl scripts?
The correct answer is D. Using the no strict <'refs' | 'vars' | 'subs'>; commands in the code. See the full explanation below for the reasoning.
Question
Which of the following tasks is the least effective in reducing errors in Perl scripts?
Options
- AWriting pseudo-code before beginning the script
- BWriting modular code
- CDeclaring and initializing variables
- DUsing the no strict <'refs' | 'vars' | 'subs'>; commands in the code
How the community answered
(35 responses)- A3% (1)
- B3% (1)
- C11% (4)
- D83% (29)
Community Discussion
No community discussion yet for this question.