Home »
MCQs »
Perl Programming MCQs
Which statement is used to enable strict mode in Perl?
27. Which statement is used to enable strict mode in Perl?
- Strict mode;
- use strict;
- use strict mode;
- None of these
Answer: B) use strict;
Explanation:
The syntax to enable strict mode in Perl is,
Use strict