Home »
MCQs »
Perl Programming MCQs
What is the syntax to create multiline comments in Perl?
6. What is the syntax to create multiline comments in Perl?
- =start
=end
- #begin
#cut
- =begin
=cut
- None of these
Answer: C) =begin
=cut
Explanation:
The syntax for creating a multiline comment in Perl is:
=begin
=cut