my $raw=; $rev= reverse $raw; $rev=~tr/ATGCatgc/TACGtacg/; #### while(@inf=) { if(i%2==1) { $inf[i]=reverse $inf[i]; } }