πŸ“Š Perl
Q. What is the syntax to create multiline comments in Perl?
  • (A) =start =end
  • (B) #begin #cut
  • (C) =begin =cut
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (C) =begin =cut

Explanation: The syntax for creating a multiline comment in Perl is:

=begin
=cut

Explanation by: Nisha Gupta
The syntax for creating a multiline comment in Perl is:

=begin
=cut

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
228
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Nisha Gupta
Publisher
πŸ“ˆ
91%
Success Rate