Home / Programming MCQs / Perl MCQs / Question

N

Nisha Gupta • 2.32K Points
Master

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

(A) =start =end
(B) #begin #cut
(C) =begin =cut
(D) None of these

Explanation:

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.