Quote: Originally Posted by Hercules5643 Hi, Im trying to remove some whitespace from the [code my $
Seq_file = "CP000260.fasta"; #open Sequence file open(Seq, "$Seq_file") || die("Unable to open file"); my $Seqz; $Seqz = ; for ($Seqz) { join(' ',split(' ',$Seqz)); } print "$Seqz"; open (Myfile1, '>>CP000260.fasta'); print ...