I am attempting to add a line feed to the end of each line. When I do this, a 
carriage return is also added.  My code lines are:

$currentLine = $currentLine . "\x{0A}";
$finalOutput = $finalOutput . $currentLine;

There has to be a way to do this.  Also, is there a better way to concatentate?

Thanks for any suggestions on this.

Tim


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to