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

It could also be '<#' and '#>'

<# This is a multiline comment
 # This is a single line #comment
 #>

<# This is a multiline comment #>


Originally posted as a Categorized Answer.

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