<div class="gmail_quote">On Fri, Jul 8, 2011 at 11:22 AM, Ed Hurst <span dir="ltr"><<a href="mailto:ehurst@soulkiln.org">ehurst@soulkiln.org</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Heh. It did indeed put the linebreaks back in, but also left the new<br>
file double-spaced. That is, a new empty line between each previous<div><div></div><div class="h5"><br>
line.<br></div></div></blockquote></div><div><br></div><div>Oops. That's should be easy enough to fix. Find the line that says <span class="Apple-style-span" style="border-collapse: collapse; font-size: 13px; "><font class="Apple-style-span" face="'courier new', monospace" style="color: rgb(80, 0, 80); ">my $all = join( "\n", @slurp );</font><font class="Apple-style-span" face="arial, helvetica, sans-serif">. Change it to read </font><font class="Apple-style-span" color="#cc0000" face="'courier new', monospace">my $all = join( "", @slurp );</font><font class="Apple-style-span" face="arial, helvetica, sans-serif">. The <b>join</b> command added the extra newline.</font></span></div>
<br>-- <br>Robert Wohlfarth<br><br>