http://www.perlmonks.org?node_id=289548


in reply to TMTOWTDI
in thread Where and how to start learning Perl

webmasta,
To my knowledge there are quite a few ways to do comments.
  • # comment goes here
  • POD comments documenting your code
  • __END__ comments follow
  • Acme::Comment

    I have even seen some people use here docs for comments, though it really is code. I am sure creative monks have found even more.

    Cheers - L~R