How do I put each character in a text file on individual lines using a perl script?

Steven

New member
I have a text file with a large number of letters (representing a DNA sequence) with 100 letters on each line. How can I manipulate the file so that each line in the perl script contains one character?
 
Back
Top