Help for this page
print join(" ", "Here's a long line blah blah", "blah that I would like broken up\n" );
print join("\n", "This is line 1", "This is line 2", "This is line 3", # etc. "This is line n"), "\n";