What is the syntax to create multiline comments in Perl?

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

  1. =start
    =end
  2. #begin
    #cut
  3. =begin
    =cut
  4. None of these

Answer: C) =begin
=cut

Explanation:

The syntax for creating a multiline comment in Perl is:

=begin
=cut

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.