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