Comments

Incidentally, comments in Perl start with a hash sign (#), either on a line on their own or after a statement. Anything after a hash is a comment.

# This is a hello world program
print "Hello, world!\n";        # print the message