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

\

The multi-line comment presented by CLive would not be executed at all. Rather it would be an anonymous constant string. It would be like assigning the comment to a variable, and would take very little (usually). However, I think it would be difficult for the person trying to figure out the code to re-adjust their scanning to find that type of comment rather then the standard comment blocks.

-- Ryan Parr

Originally posted as a Categorized Answer.

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