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

I like the answer by cLive. I'm curious whether the perl compiler will see that these lines don't do anything and not waste cpu cycles at runtime or if it somehow handles this as a pipe to /dev/null and wastes time executing it.

Mike Piatek

Originally posted as a Categorized Answer.

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