Mega Code Archive

 
Categories / Perl / Language Basics
 

Place a # in the middle of a line, and Everything from the # to the end of the line is a comment

print "Wow.\n";   # This is a comment in a line.