Which of the following methods is used to display expressions in Perl?

67. Which of the following methods is used to display expressions in Perl?

  1. cout()
  2. say()
  3. println()
  4. None of these

Answer: B) say()

Explanation:

The say() method is used to display expressions in Perl.

Comments and Discussions!

Load comments ↻






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