{ local $/ = q{}; for (@ThisFileArray) { chomp; push @NewTextArray, qq{

$_

\n}; } } push(@FormattedParagraphs,@NewTextArray); @NewTextArray = "";