Comments are plain text that allow you to insert documentation in your Perl script.
Perl does not understand the C language comments /* and */ or C++ comments //. # This is a comment print "hello"; # And this is a comment