A

Admin • 802.91K Points
Coach

Q. What is the syntax to create multiline comments in Perl?

  • (A) =start =end
  • (B) #begin #cut
  • (C) =begin =cut
  • (D) None of these
  • Correct Answer - Option(C)
  • Views: 5
  • Filed under category Perl
  • Hashtags:

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

=begin
=cut

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.