4. Comment

4.1 Comment out one line with #

# This is a comment
4.2 Comment out multiple lines with the surrounding =begin and =cut directives

=begin
 This is a line 1 and commented out
 This is a line 2 and commented out
 This is a line 3 and commented out
 This is a line 4 and commented out
=cut