Q. What is the syntax to create multiline comments in Perl?
β
Correct Answer: (C)
=begin =cut
Explanation: The syntax for creating a multiline comment in Perl is:
=begin
=cut