in reply to print an array for paragraphs
$\ = "\n"; # puts a \n after each print print for @lines; [download]