Mega Code Archive

 
Categories / Perl / Language Basics
 

You can pass a list of items to print, where you separate the list items with commas

print "Hello ", "there!\n";