Which of the following tasks is the least effective in reducing errors in Perl scripts?
A.
Writing pseudo-code before beginning the script
B.
Writing modular code
C.
Declaring and initializing variables
D.
Using the no strict <‘refs’ | ‘vars’ | ‘subs’>; commands in the code