Hello, I have a problem while I'm processing my sequence file. The file content is like this. ACGGTC ACTG CGATCC ACCTC ...... And I hope make every sequence into a single file. For example, a file "seq1" content is ACGGTC ACTG And a file "seq2" content is CGATCC ACCTC and so on. However, I'm only a newbie in perl, I don't know what to do. So could