On 2/14/2014 3:39 AM, kimi ge(巍俊葛) wrote:
Hi Parys,

Your statement "$joinedDNA =~ s/\R//g;" will remove new line in the string.
You may remove this statement.

Yea, I don't see that you need that either.

maybe you were just trying to get a new line at then end?

$joinedDNA =~ s/N+|$/\n/g;






---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com



--
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