I tried all the suggestions.. including chomp does nothing,
and removing the join line: $text = join(' ',@LINES);
creates an empty file except for the number 70 which is
strange. I think i may have to use a pattern matching operator to remove the spaces, but i'm not sure exactly
where to insert it.
-Lisa