Mega Code Archive

 
Categories / Perl / String
 

How to create multiline output using the n newline character

print "Hello\nfrom\nPerl.\n";