Mega Code Archive

 
Categories / Perl / Language Basics
 

The print command prints out the text you provide it

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