in reply to Better ways to make multi-line comments in Perl?


you could also use a begin tag '##' and end tag '##'

## This is a multiline comment
# This is a single line comment within a multiline
## this is the end of a multiline comment


Originally posted as a Categorized Answer.

  • Comment on Re: Better ways to make multi-line comments in Perl?