Which statement is used to enable strict mode in Perl?

27. Which statement is used to enable strict mode in Perl?

  1. Strict mode;
  2. use strict;
  3. use strict mode;
  4. None of these

Answer: B) use strict;

Explanation:

The syntax to enable strict mode in Perl is,

Use strict

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.