{ local $/ = q{}; for (@ThisFileArray) { chomp; push @NewTextArray, qq{
$_
<\/p>//; } @NewTextArray = (); @ThisFileArray = (); }