Q. Which of the following methods is used to display expressions in Perl?
β
Correct Answer: (B)
say()
Explanation: The say() method is used to display expressions in Perl.